mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
Temporarily add #[allow(unused)] for CI
This can be removed once dataflow-based const validation is merged.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![allow(unused)]
|
||||
|
||||
use std::cmp::Ordering;
|
||||
use std::ops;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user