Corrected a few small style issues

Split up test function a bit
This commit is contained in:
Marvin Löbel 2013-09-15 14:06:30 +02:00
parent 76c3e8a38c
commit 0635cb75b5
2 changed files with 44 additions and 19 deletions

View file

@ -18,7 +18,7 @@ use std::default::Default;
use std::send_str::{SendStr, SendStrOwned, SendStrStatic};
use std::str::Str;
use std::to_str::ToStr;
use extra::treemap::TreeMap;
use self::extra::treemap::TreeMap;
use std::option::Some;
fn main() {