diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-06-08 20:12:10 -0700 | 
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-09 17:46:53 -0700 | 
| commit | 1635ef2a1958749e7b0cf4e812e1a87cd919027f (patch) | |
| tree | 15af3b75a8ac11af34f6df1bd46fdba6560a9377 /src/libstd/unstable/mod.rs | |
| parent | 5eb4d19dc35dc59aaeaf3d53759c9b0341148ef8 (diff) | |
| download | rust-1635ef2a1958749e7b0cf4e812e1a87cd919027f.tar.gz rust-1635ef2a1958749e7b0cf4e812e1a87cd919027f.zip | |
std: Move dynamic_lib from std::unstable to std
This leaves a deprecated reexport in place temporarily. Closes #1457.
Diffstat (limited to 'src/libstd/unstable/mod.rs')
| -rw-r--r-- | src/libstd/unstable/mod.rs | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/src/libstd/unstable/mod.rs b/src/libstd/unstable/mod.rs deleted file mode 100644 index 985ef2e142c..00000000000 --- a/src/libstd/unstable/mod.rs +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - -#![doc(hidden)] - -pub mod dynamic_lib; | 
