about summary refs log tree commit diff
path: root/src/libextra
diff options
context:
space:
mode:
authorBrendan Zabarauskas <bjzaba@yahoo.com.au>2014-02-23 12:29:42 +1100
committerAlex Crichton <alex@alexcrichton.com>2014-02-24 21:22:26 -0800
commit84a8893f19c4cf87355984c8d5fa604a5828161a (patch)
treedcfe266d1345a2ac9ed233eee848c6943d497be6 /src/libextra
parent3cc95314c31311138e189d2ad91bb537d034d3c1 (diff)
downloadrust-84a8893f19c4cf87355984c8d5fa604a5828161a.tar.gz
rust-84a8893f19c4cf87355984c8d5fa604a5828161a.zip
Remove std::from_str::FromStr from the prelude
Diffstat (limited to 'src/libextra')
-rw-r--r--src/libextra/url.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libextra/url.rs b/src/libextra/url.rs
index 0292a18817c..5812aaa5038 100644
--- a/src/libextra/url.rs
+++ b/src/libextra/url.rs
@@ -16,6 +16,7 @@ use std::cmp::Eq;
 use std::fmt;
 use std::hash::{Hash, sip};
 use std::io::BufReader;
+use std::from_str::FromStr;
 use std::uint;
 
 use collections::HashMap;