Skip to content

Commit

Permalink
Remove blanket allow of arc_with_non_send_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
atlanticaccent committed Feb 26, 2024
1 parent 3059283 commit 08fa2c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion druid-shell/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#![warn(rustdoc::broken_intra_doc_links)]
#![allow(clippy::new_without_default)]
#![allow(clippy::arc_with_non_send_sync)]
#![deny(clippy::trivially_copy_pass_by_ref)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/linebender/druid/screenshots/images/doc_logo.png"
Expand Down
1 change: 0 additions & 1 deletion druid/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
)]
#![warn(missing_docs)]
#![allow(clippy::new_ret_no_self, clippy::needless_doctest_main)]
#![allow(clippy::arc_with_non_send_sync)]
#![allow(clippy::duplicate_mod)] // TODO: Remove this after the text/mod.rs format_priv hack has been removed (0.8.0+)
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(
Expand Down

0 comments on commit 08fa2c0

Please sign in to comment.