We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1491843 commit 37317fbCopy full SHA for 37317fb
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6ed787155d1788687fd8aa285780c8f523e15efc
+refs/heads/master: fb19d680f41416c52c41b06bad89c71b529f248d
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
trunk/src/librustc/middle/graph.rs
@@ -34,6 +34,8 @@ be indexed by the direction (see the type `Direction`).
34
35
*/
36
37
+#![allow(dead_code)] // still WIP
38
+
39
use std::uint;
40
41
pub struct Graph<N,E> {
0 commit comments