Skip to content

Commit fafcb35

Browse files
committed
fix: clippy
1 parent 98e3766 commit fafcb35

File tree

1 file changed

+1
-1
lines changed
  • crates/league-mod/src/commands

1 file changed

+1
-1
lines changed

crates/league-mod/src/commands/pack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ fn resolve_config_path(config_path: Option<String>) -> Result<Utf8PathBuf> {
299299
None => {
300300
let cwd = std::env::current_dir().into_diagnostic()?;
301301
resolve_correct_config_extension(
302-
&Utf8Path::from_path(&cwd).expect("cwd must be valid UTF-8"),
302+
Utf8Path::from_path(&cwd).expect("cwd must be valid UTF-8"),
303303
)
304304
}
305305
}

0 commit comments

Comments
 (0)