diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2015-03-11 11:42:57 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2015-03-16 21:57:42 -0500 |
| commit | a079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84 (patch) | |
| tree | 91b1af183725d7aa47b3851918238da80dc572ab /src/test | |
| parent | 6453fcd4ccaa84cf8a21b5991bae23a5923df98b (diff) | |
| download | rust-a079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84.tar.gz rust-a079d5e4d23dca9dfb68cb3a75a6d6a9babe2f84.zip | |
remove imports
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/compile-fail/method-suggestion-no-duplication.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/method-suggestion-no-duplication.rs b/src/test/compile-fail/method-suggestion-no-duplication.rs index d05e2ba0e19..1d0c4254eda 100644 --- a/src/test/compile-fail/method-suggestion-no-duplication.rs +++ b/src/test/compile-fail/method-suggestion-no-duplication.rs @@ -19,5 +19,4 @@ fn main() { //~^ ERROR does not implement any method //~^^ HELP #1: `core::slice::SliceExt` //~^^^ HELP #2: `core::str::StrExt` - //~^^^^ HELP #3: `collections::slice::SliceExt` } |
