We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a1251 commit 89559c6Copy full SHA for 89559c6
src/cli/config.rs
@@ -33,7 +33,7 @@ pub struct ConfigResolver<'a> {
33
}
34
35
impl ConfigResolver<'_> {
36
- pub fn new(opt: &Opt) -> Result<ConfigResolver> {
+ pub fn new(opt: &Opt) -> Result<ConfigResolver<'_>> {
37
let forced_configuration = opt
38
.config_path
39
.as_ref()
0 commit comments