std: Move dynamic_lib from std::unstable to std
This leaves a deprecated reexport in place temporarily. Closes #1457.
This commit is contained in:
committed by
Alex Crichton
parent
5eb4d19dc3
commit
1635ef2a19
@@ -15,7 +15,7 @@ use std::io::{Command, TempDir};
|
||||
use std::os;
|
||||
use std::str;
|
||||
use std::string::String;
|
||||
use std::unstable::dynamic_lib::DynamicLibrary;
|
||||
use std::dynamic_lib::DynamicLibrary;
|
||||
|
||||
use std::collections::{HashSet, HashMap};
|
||||
use testing;
|
||||
|
||||
Reference in New Issue
Block a user