We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e3766 commit fafcb35Copy full SHA for fafcb35
crates/league-mod/src/commands/pack.rs
@@ -299,7 +299,7 @@ fn resolve_config_path(config_path: Option<String>) -> Result<Utf8PathBuf> {
299
None => {
300
let cwd = std::env::current_dir().into_diagnostic()?;
301
resolve_correct_config_extension(
302
- &Utf8Path::from_path(&cwd).expect("cwd must be valid UTF-8"),
+ Utf8Path::from_path(&cwd).expect("cwd must be valid UTF-8"),
303
)
304
}
305
0 commit comments