Skip to content

Commit eb74e3a

Browse files
backend: bin: src: Apply clippy
1 parent a3e51ee commit eb74e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/bin/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pub fn autopilot_scripts_file() -> String {
162162
pub fn settings_file() -> String {
163163
let settings_file = args().settings_file.clone();
164164

165-
shellexpand::full(&*&settings_file)
165+
shellexpand::full(&settings_file)
166166
.expect("Failed to expand path")
167167
.to_string()
168168
}

0 commit comments

Comments
 (0)