Replace tempdir by tempfile in librustdoc

This commit is contained in:
Bastien Orivel
2018-05-08 22:06:04 +02:00
parent 637fd2e048
commit ae9a27185e
4 changed files with 5 additions and 5 deletions

View File

@@ -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