Skip to content

Commit bb6813a

Browse files
committed
thanks clippy
1 parent db4df25 commit bb6813a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/plumbing/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ pub fn main() -> Result<()> {
9191
})?;
9292

9393
match cmd {
94+
#[cfg_attr(feature = "small", allow(unused_variables))]
9495
Subcommands::Remote(remote::Platform { name, cmd }) => match cmd {
9596
#[cfg(any(feature = "gitoxide-core-async-client", feature = "gitoxide-core-blocking-client"))]
9697
remote::Subcommands::Refs => {
@@ -120,8 +121,7 @@ pub fn main() -> Result<()> {
120121
))
121122
}
122123
}
123-
}
124-
.map(|_| ()),
124+
},
125125
Subcommands::Config(config::Platform { filter }) => prepare_and_run(
126126
"config-list",
127127
verbose,

0 commit comments

Comments
 (0)