Skip to content

Commit 2886037

Browse files
Temporarily add #[allow(unused)] for CI
This can be removed once dataflow-based const validation is merged.
1 parent 5496a1f commit 2886037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_mir/dataflow/generic.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unused)]
2+
13
use std::cmp::Ordering;
24
use std::ops;
35

0 commit comments

Comments
 (0)