More test fixes!
This commit is contained in:
parent
ee9921aaed
commit
4b359e3aee
42 changed files with 50 additions and 328 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue