Suppress dead_code warning in test
This commit is contained in:
parent
742dbbc917
commit
3f002979c4
|
@ -17,6 +17,7 @@ fn main() {
|
|||
panic!("This example is intended to be part of a library");
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
struct Deemphasize;
|
||||
|
||||
impl Preprocessor for Deemphasize {
|
||||
|
|
Loading…
Reference in New Issue