fix lint flag

This commit is contained in:
sinuio
2022-06-15 17:04:00 -07:00
parent d3f123710b
commit 6569a0e815

View File

@@ -21,7 +21,7 @@
//! file was created successfully, with the right permissions, etc., and that it
//! contains something like what we expect.
#![allow(dead_code, allow_unused_imports)]
#![allow(dead_code, unused_imports)]
mod common;