Skip to content

Commit 89559c6

Browse files
committed
Fix clippy warnings
1 parent e6a1251 commit 89559c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub struct ConfigResolver<'a> {
3333
}
3434

3535
impl ConfigResolver<'_> {
36-
pub fn new(opt: &Opt) -> Result<ConfigResolver> {
36+
pub fn new(opt: &Opt) -> Result<ConfigResolver<'_>> {
3737
let forced_configuration = opt
3838
.config_path
3939
.as_ref()

0 commit comments

Comments
 (0)