Skip to content

Commit 37317fb

Browse files
committed
---
yaml --- r: 109851 b: refs/heads/master c: fb19d68 h: refs/heads/master i: 109849: 8f8c193 109847: 4961afb v: v3
1 parent 1491843 commit 37317fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6ed787155d1788687fd8aa285780c8f523e15efc
2+
refs/heads/master: fb19d680f41416c52c41b06bad89c71b529f248d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
55
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d

trunk/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)