remove trailing space
This commit is contained in:
parent
06766415fa
commit
a566c7647c
5 changed files with 24 additions and 31 deletions
|
@ -36,7 +36,6 @@
|
|||
//!
|
||||
//! ```
|
||||
|
||||
|
||||
pub mod yaml;
|
||||
pub mod scanner;
|
||||
pub mod parser;
|
||||
|
|
|
@ -765,4 +765,3 @@ impl<T: Iterator<Item=char>> Parser<T> {
|
|||
Ok(Event::MappingEnd)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1985,4 +1985,3 @@ key:
|
|||
// TODO
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -272,8 +272,6 @@ impl Index<usize> for Yaml {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use yaml::*;
|
||||
|
@ -382,4 +380,3 @@ a7: 你好
|
|||
assert!(doc[20].is_badvalue());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -71,4 +71,3 @@ include!("spec_test.rs.inc");
|
|||
//#[test]
|
||||
//fn test_hc_alias() {
|
||||
//}
|
||||
|
||||
|
|
Loading…
Reference in a new issue