mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-12 13:52:36 +00:00
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…
Reference in a new issue