Skip to content

Commit

Permalink
removing Send impl for Draw
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Jun 18, 2024
1 parent 4edc789 commit 2e67f2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/penrose_ui/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ pub struct Draw {
active_font: String,
}

unsafe impl Send for Draw {}

impl Drop for Draw {
fn drop(&mut self) {
// SAFETY: all pointers being freed are known to be non-null
Expand Down

0 comments on commit 2e67f2a

Please sign in to comment.