rust/hwphysics/src/data.rs
changeset 15393 0ef770a40e75
parent 15392 b387a51705ac
child 15395 a87b5e16b863
--- a/rust/hwphysics/src/data.rs	Tue Sep 03 23:57:06 2019 +0300
+++ b/rust/hwphysics/src/data.rs	Wed Sep 04 00:07:23 2019 +0300
@@ -14,7 +14,7 @@
 }
 
 impl TypeTuple for () {
-    fn get_types(types: &mut Vec<TypeId>) {}
+    fn get_types(_types: &mut Vec<TypeId>) {}
 }
 
 impl<T: 'static> TypeTuple for &T {