diff options
| author | bors <bors@rust-lang.org> | 2014-06-09 21:57:09 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-06-09 21:57:09 -0700 |
| commit | 5bc2d03955618664377e98352d784a7f145db24a (patch) | |
| tree | ab76e5ea82592a803694bf232e983734482ba088 /src/librustc/plugin/load.rs | |
| parent | 5bf5cc605fd2732fa35b284a4401bfaa899dcae2 (diff) | |
| parent | 5ede96c2fd62a63e75cb5faf073933d914f3eeaf (diff) | |
auto merge of #14783 : alexcrichton/rust/rollup, r=alexcrichton
Closes #14611 (std: Remove the as_utf16_p functions) Closes #14694 (Num cleanup) Closes #14760 (Add --color to test binary options) Closes #14763 (std: Move dynamic_lib from std::unstable to std) Closes #14766 (Add test for issue #13446) Closes #14769 (collections: Add missing Default impls) Closes #14773 (General nits) Closes #14776 (rustdoc: Correctly classify enums/typedefs)
Diffstat (limited to 'src/librustc/plugin/load.rs')
| -rw-r--r-- | src/librustc/plugin/load.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/plugin/load.rs b/src/librustc/plugin/load.rs index ba50a15a82b..97ffcf279ae 100644 --- a/src/librustc/plugin/load.rs +++ b/src/librustc/plugin/load.rs @@ -16,7 +16,7 @@ use plugin::registry::Registry; use std::mem; use std::os; -use std::unstable::dynamic_lib::DynamicLibrary; +use std::dynamic_lib::DynamicLibrary; use syntax::ast; use syntax::attr; use syntax::visit; |
