We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4df25 commit bb6813aCopy full SHA for bb6813a
src/plumbing/main.rs
@@ -91,6 +91,7 @@ pub fn main() -> Result<()> {
91
})?;
92
93
match cmd {
94
+ #[cfg_attr(feature = "small", allow(unused_variables))]
95
Subcommands::Remote(remote::Platform { name, cmd }) => match cmd {
96
#[cfg(any(feature = "gitoxide-core-async-client", feature = "gitoxide-core-blocking-client"))]
97
remote::Subcommands::Refs => {
@@ -120,8 +121,7 @@ pub fn main() -> Result<()> {
120
121
))
122
}
123
- }
124
- .map(|_| ()),
+ },
125
Subcommands::Config(config::Platform { filter }) => prepare_and_run(
126
"config-list",
127
verbose,
0 commit comments