about summary refs log tree commit diff
path: root/src/libgraphviz/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-05 19:13:38 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-05 22:58:37 -0800
commit4b359e3aeeaf97a190c5a7ecff8815b7b5734ece (patch)
tree0502e3fcb9ceaa41d36c707e95baf0d7740fc3fd /src/libgraphviz/lib.rs
parentee9921aaedb26de3cac4c1c174888528f68bbd3f (diff)
downloadrust-4b359e3aeeaf97a190c5a7ecff8815b7b5734ece.tar.gz
rust-4b359e3aeeaf97a190c5a7ecff8815b7b5734ece.zip
More test fixes!
Diffstat (limited to 'src/libgraphviz/lib.rs')
-rw-r--r--src/libgraphviz/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgraphviz/lib.rs b/src/libgraphviz/lib.rs
index e3bcf70e8c8..64cc490f4b1 100644
--- a/src/libgraphviz/lib.rs
+++ b/src/libgraphviz/lib.rs
@@ -587,7 +587,7 @@ pub fn render_opts<'a, N:Clone+'a, E:Clone+'a, G:Labeller<'a,N,E>+GraphWalk<'a,N
 mod tests {
     use self::NodeLabels::*;
     use super::{Id, Labeller, Nodes, Edges, GraphWalk, render};
-    use super::LabelText::{mod, LabelStr, EscStr};
+    use super::LabelText::{self, LabelStr, EscStr};
     use std::io::IoResult;
     use std::borrow::IntoCow;
     use std::iter::repeat;