style: Fix tidy issues.

This commit is contained in:
Emilio Cobos Álvarez 2018-12-15 03:50:09 +01:00
parent 28719f2455
commit 273705d7fb
6 changed files with 17 additions and 32 deletions

View file

@ -472,7 +472,7 @@ macro_rules! malloc_size_of_hash_set {
n
}
}
}
};
}
malloc_size_of_hash_set!(std::collections::HashSet<T, S>);
@ -513,7 +513,7 @@ macro_rules! malloc_size_of_hash_map {
n
}
}
}
};
}
malloc_size_of_hash_map!(std::collections::HashMap<K, V, S>);