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
@@ -53,6 +53,6 @@ impl ops::DerefMut for ExNode {
}
#[test]
fn ex_node_size_test(){
fn ex_node_size_test() {
assert_eq!(mem::size_of::<ExNode>(), 512);
}