File tree Expand file tree Collapse file tree 3 files changed +1
-170
lines changed
test/run-make/save-analysis Expand file tree Collapse file tree 3 files changed +1
-170
lines changed Original file line number Diff line number Diff line change 278278#![ feature( collections) ]
279279#![ feature( core) ]
280280#![ feature( io) ]
281- #![ feature( path) ]
282281
283282use self :: LabelText :: * ;
284283
@@ -287,8 +286,6 @@ use std::old_io;
287286use std:: string:: CowString ;
288287use std:: vec:: CowVec ;
289288
290- pub mod maybe_owned_vec;
291-
292289/// The text for a graphviz label on a node or edge.
293290pub enum LabelText < ' a > {
294291 /// This kind of label preserves the text directly as is.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ extern crate graphviz;
1717
1818extern crate "flate" as myflate;
1919
20- use graphviz:: maybe_owned_vec:: MaybeOwnedVector ;
2120use std:: collections:: { HashMap , HashSet } ;
2221use std:: cell:: RefCell ;
2322use std:: old_io:: stdio:: println;
@@ -35,7 +34,7 @@ use std::mem::size_of;
3534static uni: & ' static str = "Les Miséééééééérables" ;
3635static yy: usize = 25 us;
3736
38- static bob: Option < graphviz :: maybe_owned_vec :: MaybeOwnedVector < ' static , isize > > = None ;
37+ static bob: Option < std :: vec :: CowVec < ' static , isize > > = None ;
3938
4039// buglink test - see issue #1337.
4140
You can’t perform that action at this time.
0 commit comments