cleanup, warnings

This commit is contained in:
Nikolay Volf
2016-02-10 01:11:22 +03:00
parent 2982c7973e
commit dabce9ab45
2 changed files with 3 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ mod tests {
#[test]
fn created() {
let mut sub_state = Substate::new();
let sub_state = Substate::new();
assert_eq!(sub_state.suicides.len(), 0);
}