std: Move dynamic_lib from std::unstable to std
This leaves a deprecated reexport in place temporarily. Closes #1457.
This commit is contained in:
parent
5eb4d19dc3
commit
1635ef2a19
12 changed files with 21 additions and 26 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue