We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbee1bd commit 343b107Copy full SHA for 343b107
examples/aobench/src/image.rs
@@ -1,6 +1,7 @@
1
//! Image utilities
2
3
use failure::Error;
4
+#[allow(unused)]
5
use png;
6
use std::path::Path;
7
0 commit comments