File tree 3 files changed +1
-170
lines changed
test/run-make/save-analysis
3 files changed +1
-170
lines changed Original file line number Diff line number Diff line change 278
278
#![ feature( collections) ]
279
279
#![ feature( core) ]
280
280
#![ feature( io) ]
281
- #![ feature( path) ]
282
281
283
282
use self :: LabelText :: * ;
284
283
@@ -287,8 +286,6 @@ use std::old_io;
287
286
use std:: string:: CowString ;
288
287
use std:: vec:: CowVec ;
289
288
290
- pub mod maybe_owned_vec;
291
-
292
289
/// The text for a graphviz label on a node or edge.
293
290
pub enum LabelText < ' a > {
294
291
/// 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;
17
17
18
18
extern crate "flate" as myflate;
19
19
20
- use graphviz:: maybe_owned_vec:: MaybeOwnedVector ;
21
20
use std:: collections:: { HashMap , HashSet } ;
22
21
use std:: cell:: RefCell ;
23
22
use std:: old_io:: stdio:: println;
@@ -35,7 +34,7 @@ use std::mem::size_of;
35
34
static uni: & ' static str = "Les Miséééééééérables" ;
36
35
static yy: usize = 25 us;
37
36
38
- static bob: Option < graphviz :: maybe_owned_vec :: MaybeOwnedVector < ' static , isize > > = None ;
37
+ static bob: Option < std :: vec :: CowVec < ' static , isize > > = None ;
39
38
40
39
// buglink test - see issue #1337.
41
40
You can’t perform that action at this time.
0 commit comments