middle: cfg: allow dead code

This commit is contained in:
Corey Richardson 2014-04-01 10:23:30 -04:00
parent 77d1978f8e
commit 2013488bee

View File

@ -15,6 +15,8 @@ Uses `Graph` as the underlying representation.
*/
#![allow(dead_code)] // still a WIP, #6298
use middle::graph;
use middle::ty;
use middle::typeck;