diff --git a/druid-shell/src/lib.rs b/druid-shell/src/lib.rs index cc520991d..95faa87cf 100644 --- a/druid-shell/src/lib.rs +++ b/druid-shell/src/lib.rs @@ -28,6 +28,7 @@ #![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"