Skip to content

Commit

Permalink
Also ignore/allow arc_with_non_send_sync in druid
Browse files Browse the repository at this point in the history
  • Loading branch information
atlanticaccent committed Feb 26, 2024
1 parent e22cbf1 commit 3059283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions druid/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
)]
#![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 3059283

Please sign in to comment.