Skip to content

Commit

Permalink
Bypass spurious clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Nov 7, 2023
1 parent 5e718a1 commit 632aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bookrunner/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#![feature(iter_intersperse)]
#![recursion_limit = "256"]
#![warn(rustc::internal)]
#![allow(clippy::collapsible_if, clippy::collapsible_else_if)]
#![allow(clippy::collapsible_if, clippy::collapsible_else_if, clippy::arc_with_non_send_sync)]

#[macro_use]
extern crate tracing;
Expand Down

0 comments on commit 632aee9

Please sign in to comment.