Skip to content

Commit 6e38e4c

Browse files
author
avifenesh
committed
Update dependencies and improve error handling in connection module
Signed-off-by: avifenesh <[email protected]>
1 parent 58a537c commit 6e38e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glide-core/src/glide_paths.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl GlidePaths {
8585

8686
/// Replace the glide_file with a new path.
8787
pub fn set_glide_file_string(&mut self, glide_file: &str) {
88-
self.glide_file = string_to_pathbuf(&glide_file);
88+
self.glide_file = string_to_pathbuf(glide_file);
8989
}
9090
}
9191

0 commit comments

Comments
 (0)