Remove std::default::Default from the prelude

This commit is contained in:
Brendan Zabarauskas
2014-02-23 12:07:11 +11:00
committed by Alex Crichton
parent ac64db94bf
commit 3cc95314c3
6 changed files with 5 additions and 1 deletions

View File

@@ -3072,6 +3072,7 @@ impl Default for ~str {
#[cfg(test)]
mod tests {
use iter::AdditiveIterator;
use default::Default;
use prelude::*;
use str::*;