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 Nov 17, 2023
1 parent 41f7028 commit e9c1f76
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 e9c1f76

Please sign in to comment.