Skip to content

Commit 8c4fcac

Browse files
committed
chore: make clippy happy for Rust 1.87
1 parent ff0165c commit 8c4fcac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ impl Trunk {
185185
}
186186
}
187187

188+
#[allow(clippy::large_enum_variant)]
188189
#[derive(Subcommand)]
189190
enum TrunkSubcommands {
190191
/// Build the Rust WASM app and all of its assets.

0 commit comments

Comments
 (0)