Temporarily add #[allow(unused)] for CI
This can be removed once dataflow-based const validation is merged.
This commit is contained in:
parent
5496a1fbbe
commit
288603709e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(unused)]
|
||||
|
||||
use std::cmp::Ordering;
|
||||
use std::ops;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue