Skip to content

Commit

Permalink
Fix size_of import
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jun 28, 2024
1 parent 4ef7e69 commit 095e21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/image.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![allow(clippy::too_many_arguments)]
use std::ffi::OsStr;
use std::io::{self, Write};
use std::mem::size_of;
use std::ops::{Deref, DerefMut};
use std::path::Path;

Expand Down

0 comments on commit 095e21f

Please sign in to comment.