Skip to content

Commit

Permalink
chore: Restore allow
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Dec 24, 2024
1 parent 36d288c commit 9e776f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Lint levels of rustc.
#![forbid(unsafe_code)]
// Lint levels of Clippy.
#![allow(clippy::multiple_crate_versions)]

mod app;
mod cli;
Expand Down

0 comments on commit 9e776f4

Please sign in to comment.