Replace tempdir by tempfile in librustdoc
This commit is contained in:
@@ -46,7 +46,7 @@ extern crate test as testing;
|
||||
#[macro_use] extern crate log;
|
||||
extern crate rustc_errors as errors;
|
||||
extern crate pulldown_cmark;
|
||||
extern crate tempdir;
|
||||
extern crate tempfile;
|
||||
extern crate minifier;
|
||||
|
||||
extern crate serialize as rustc_serialize; // used by deriving
|
||||
|
||||
Reference in New Issue
Block a user