Small formatting and documentation fixes

This commit is contained in:
xTibor
2017-02-03 00:04:32 +01:00
parent fa6c19f79b
commit 5dc6c48623
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -125,6 +125,6 @@ impl ops::DerefMut for Node {
}
#[test]
fn node_size_test(){
fn node_size_test() {
assert_eq!(mem::size_of::<Node>(), 512);
}