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,3 +1,5 @@
|
||||
#![allow(unused)]
|
||||
|
||||
use std::cmp::Ordering;
|
||||
use std::ops;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user