Skip to content

Commit 2013488

Browse files
committed
middle: cfg: allow dead code
1 parent 77d1978 commit 2013488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc/middle/cfg/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Uses `Graph` as the underlying representation.
1515
1616
*/
1717

18+
#![allow(dead_code)] // still a WIP, #6298
19+
1820
use middle::graph;
1921
use middle::ty;
2022
use middle::typeck;

0 commit comments

Comments
 (0)