diff options
Diffstat (limited to 'src/libstd/os.rs')
| -rw-r--r-- | src/libstd/os.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/os.rs b/src/libstd/os.rs index 526b5edd4cb..b37f5f7a974 100644 --- a/src/libstd/os.rs +++ b/src/libstd/os.rs @@ -317,6 +317,7 @@ pub unsafe fn pipe() -> IoResult<Pipe> { #[cfg(not(target_os="ios"))] #[deprecated(since = "1.0.0", reason = "this function will be removed, use the constants directly")] #[unstable(feature = "os")] +#[allow(deprecated)] pub fn dll_filename(base: &str) -> String { format!("{}{}{}", consts::DLL_PREFIX, base, consts::DLL_SUFFIX) } |
