diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-04-12 20:56:23 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-04-12 22:51:18 +1000 |
| commit | 31074fdf2eb99b36100a04a7712ebf62df55d03a (patch) | |
| tree | 01cf4017570b3ab39cb1e7849d175b78cb16df13 /src/libstd/path/mod.rs | |
| parent | 1283caa8cb937eed6829a71c93470224e55a1fca (diff) | |
| download | rust-31074fdf2eb99b36100a04a7712ebf62df55d03a.tar.gz rust-31074fdf2eb99b36100a04a7712ebf62df55d03a.zip | |
std: update & de-~[] path's tests.
Diffstat (limited to 'src/libstd/path/mod.rs')
| -rw-r--r-- | src/libstd/path/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index 88be22901a4..6a1f9c1a4c7 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -63,6 +63,8 @@ println!("path exists: {}", path.exists()); */ +#![deny(deprecated_owned_vector)] + use container::Container; use c_str::CString; use clone::Clone; |
