diff --git a/src/runtime2/tests/mod.rs b/src/runtime2/tests/mod.rs index ce820c8a0167bf00581b238e07141be8c6703995..007407b42484808e587f36c85deed563a28efd0d 100644 --- a/src/runtime2/tests/mod.rs +++ b/src/runtime2/tests/mod.rs @@ -25,7 +25,7 @@ fn test_component_creation() { ").expect("compilation"); let rt = Runtime::new(1, true, pd); - for i in 0..20 { + for _i in 0..20 { create_component(&rt, "", "nothing_at_all", no_args()); } }