Fix fallout of removing import_shadowing in tests.
This commit is contained in:
parent
f95e0c21aa
commit
b45d30da34
33 changed files with 97 additions and 116 deletions
|
|
@ -1040,14 +1040,11 @@ pub mod raw {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use std::prelude::*;
|
||||
use prelude::*;
|
||||
use test::Bencher;
|
||||
|
||||
use slice::CloneSliceExt;
|
||||
use str::{Str, StrPrelude};
|
||||
use str;
|
||||
use super::{as_string, String, ToString};
|
||||
use vec::Vec;
|
||||
use super::as_string;
|
||||
|
||||
#[test]
|
||||
fn test_as_string() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue