We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a537c commit 6e38e4cCopy full SHA for 6e38e4c
glide-core/src/glide_paths.rs
@@ -85,7 +85,7 @@ impl GlidePaths {
85
86
/// Replace the glide_file with a new path.
87
pub fn set_glide_file_string(&mut self, glide_file: &str) {
88
- self.glide_file = string_to_pathbuf(&glide_file);
+ self.glide_file = string_to_pathbuf(glide_file);
89
}
90
91
0 commit comments