Skip to content

Commit 343b107

Browse files
Allow unused import that is clearly used
1 parent cbee1bd commit 343b107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/aobench/src/image.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! Image utilities
22
33
use failure::Error;
4+
#[allow(unused)]
45
use png;
56
use std::path::Path;
67

0 commit comments

Comments
 (0)