We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef7e69 commit 924b501Copy full SHA for 924b501
src/codecs/pnm/decoder.rs
@@ -1,6 +1,7 @@
1
use std::error;
2
use std::fmt::{self, Display};
3
use std::io::{self, Read};
4
+use std::mem::size_of;
5
use std::num::ParseIntError;
6
use std::str::{self, FromStr};
7
src/image.rs
#![allow(clippy::too_many_arguments)]
use std::ffi::OsStr;
use std::io::{self, Write};
use std::ops::{Deref, DerefMut};
use std::path::Path;
0 commit comments