Remove std::default::Default from the prelude
This commit is contained in:
committed by
Alex Crichton
parent
ac64db94bf
commit
3cc95314c3
@@ -3072,6 +3072,7 @@ impl Default for ~str {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use iter::AdditiveIterator;
|
||||
use default::Default;
|
||||
use prelude::*;
|
||||
use str::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user