Skip to content

Commit

Permalink
fix(crates/clipboard): import std::mem::size_of
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd committed Aug 10, 2024
1 parent ef51db7 commit e58ec63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/clipboard/src/listener/x11/context.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use std::{
mem::size_of,
os::{fd::AsRawFd, unix::prelude::RawFd},
thread,
time::{Duration, Instant},
Expand Down

0 comments on commit e58ec63

Please sign in to comment.