Suppress dead_code warning in test
This commit is contained in:
parent
742dbbc917
commit
3f002979c4
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue