Skip to content

Commit fb19d68

Browse files
committed
middle: graph: ignore dead code
1 parent 6ed7871 commit fb19d68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc/middle/graph.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ be indexed by the direction (see the type `Direction`).
3434
3535
*/
3636

37+
#![allow(dead_code)] // still WIP
38+
3739
use std::uint;
3840

3941
pub struct Graph<N,E> {

0 commit comments

Comments
 (0)