Temporarily add #[allow(unused)] for CI

This can be removed once dataflow-based const validation is merged.
This commit is contained in:
Dylan MacKenzie 2019-09-17 17:22:20 -07:00
parent 5496a1fbbe
commit 288603709e

View File

@ -1,3 +1,5 @@
#![allow(unused)]
use std::cmp::Ordering;
use std::ops;