diff options
| author | Marvin Löbel <loebel.marvin@gmail.com> | 2013-11-01 15:37:29 +0100 |
|---|---|---|
| committer | Marvin Löbel <loebel.marvin@gmail.com> | 2013-11-01 15:37:29 +0100 |
| commit | 415a04315e660aa95473493d8031322f3cbd6bbe (patch) | |
| tree | 85b922dc8321da3d22b0318b23416f64fe3dda69 /src/libstd/result.rs | |
| parent | 45fe20515ce13a99354625a14b3f71b86765c896 (diff) | |
| download | rust-415a04315e660aa95473493d8031322f3cbd6bbe.tar.gz rust-415a04315e660aa95473493d8031322f3cbd6bbe.zip | |
Fixed unused import warning in tests
Diffstat (limited to 'src/libstd/result.rs')
| -rw-r--r-- | src/libstd/result.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/result.rs b/src/libstd/result.rs index 768de7dfc1f..03860c8ab22 100644 --- a/src/libstd/result.rs +++ b/src/libstd/result.rs @@ -415,7 +415,7 @@ mod tests { use iter::range; use option::{IntoOption, ToOption, AsOption}; - use option::{Option, Some, None}; + use option::{Some, None}; use vec::ImmutableVector; use to_str::ToStr; |
