remove trailing space

This commit is contained in:
Yuheng Chen 2015-06-30 00:31:22 +08:00
parent 06766415fa
commit a566c7647c
5 changed files with 24 additions and 31 deletions

View file

@ -36,7 +36,6 @@
//! //!
//! ``` //! ```
pub mod yaml; pub mod yaml;
pub mod scanner; pub mod scanner;
pub mod parser; pub mod parser;

View file

@ -765,4 +765,3 @@ impl<T: Iterator<Item=char>> Parser<T> {
Ok(Event::MappingEnd) Ok(Event::MappingEnd)
} }
} }

View file

@ -1985,4 +1985,3 @@ key:
// TODO // TODO
} }
} }

View file

@ -272,8 +272,6 @@ impl Index<usize> for Yaml {
} }
} }
#[cfg(test)] #[cfg(test)]
mod test { mod test {
use yaml::*; use yaml::*;
@ -382,4 +380,3 @@ a7: 你好
assert!(doc[20].is_badvalue()); assert!(doc[20].is_badvalue());
} }
} }

View file

@ -71,4 +71,3 @@ include!("spec_test.rs.inc");
//#[test] //#[test]
//fn test_hc_alias() { //fn test_hc_alias() {
//} //}