We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209ba81 commit 313967dCopy full SHA for 313967d
buildpacks/maven/src/settings.rs
@@ -45,7 +45,7 @@ fn handle_maven_settings_url_env_var(env: &Env) -> Option<Result<PathBuf, Settin
45
error,
46
)
47
})
48
- .map(|_| path)
+ .map(|()| path)
49
50
}
51
0 commit comments