diff options
| author | Andrea Bedini <andrea@andreabedini.com> | 2016-01-20 10:38:29 +1100 |
|---|---|---|
| committer | Andrea Bedini <andrea@andreabedini.com> | 2016-01-20 10:38:29 +1100 |
| commit | 6849b6dc95266df9dbe6e1fc33c27c6b4dc08c13 (patch) | |
| tree | a8dd2f79cbe3f7f332d07a7cbe640c1d86bd1194 /src/libstd | |
| parent | 0f8fc2cb8b4e81c630d0233d416b41e80beb22d6 (diff) | |
| download | rust-6849b6dc95266df9dbe6e1fc33c27c6b4dc08c13.tar.gz rust-6849b6dc95266df9dbe6e1fc33c27c6b4dc08c13.zip | |
Remove leftover import of `std::str` in doc test
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/ffi/c_str.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/ffi/c_str.rs b/src/libstd/ffi/c_str.rs index 28f0b1fa967..9d505607a60 100644 --- a/src/libstd/ffi/c_str.rs +++ b/src/libstd/ffi/c_str.rs @@ -407,7 +407,6 @@ impl CStr { /// # fn main() { /// use std::ffi::CStr; /// use std::os::raw::c_char; - /// use std::str; /// /// extern { /// fn my_string() -> *const c_char; |
