Suppress dead_code warning in test

This commit is contained in:
Bas Bossink 2018-12-04 00:57:15 +01:00
parent 742dbbc917
commit 3f002979c4
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ fn main() {
panic!("This example is intended to be part of a library"); panic!("This example is intended to be part of a library");
} }
#[allow(dead_code)]
struct Deemphasize; struct Deemphasize;
impl Preprocessor for Deemphasize { impl Preprocessor for Deemphasize {