mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
middle: cfg: allow dead code
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#![allow(dead_code)] // still a WIP, #6298
|
||||
|
||||
use middle::graph;
|
||||
use middle::ty;
|
||||
use middle::typeck;
|
||||
|
||||
Reference in New Issue
Block a user