suppressed unknown lint warning in test

This commit is contained in:
Grant Wuerker
2018-10-23 19:34:47 -05:00
parent d670294c11
commit 4c272d7f0a
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
#![allow(unknown_lints)]
use super::{
LENGTH_BYTES
};