Fix build warnings from tests
Deriving `Debug` is no longer enough to suppress warnings about unused fields
This commit is contained in:
parent
29d2455bb3
commit
043d794e39
30 changed files with 188 additions and 136 deletions
|
@ -5,10 +5,9 @@ use serde::Serialize;
|
|||
use std::collections::{HashMap, HashSet};
|
||||
use util::*;
|
||||
|
||||
#[allow(dead_code)]
|
||||
enum Or<A, B> {
|
||||
#[allow(dead_code)]
|
||||
A(A),
|
||||
#[allow(dead_code)]
|
||||
B(B),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue