Skip to content

Commit

Permalink
Remove redundant allow attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
atlanticaccent committed Nov 17, 2023
1 parent 685646b commit 41f7028
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions druid/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

//! An environment which is passed downward into the widget tree.
#![allow(clippy::arc_with_non_send_sync)]

use std::any::{self, Any};
use std::borrow::Borrow;
use std::collections::{hash_map::Entry, HashMap};
Expand Down
2 changes: 0 additions & 2 deletions druid/src/text/input_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

//! A widget component that integrates with the platform text system.
#![allow(clippy::arc_with_non_send_sync)]

use std::cell::{Cell, Ref, RefCell, RefMut};
use std::ops::Range;
use std::sync::{Arc, Weak};
Expand Down
2 changes: 0 additions & 2 deletions druid/src/text/rich_text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

//! Rich text with style spans.
#![allow(clippy::arc_with_non_send_sync)]

use std::ops::{Range, RangeBounds};
use std::sync::Arc;

Expand Down
2 changes: 0 additions & 2 deletions druid/src/widget/svg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

//! An SVG widget.
#![allow(clippy::arc_with_non_send_sync)]

use std::sync::Arc;

use resvg;
Expand Down

0 comments on commit 41f7028

Please sign in to comment.