remove explicit type
This commit is contained in:
parent
151675a5ef
commit
0049715070
@ -11,7 +11,7 @@ fn main() {
|
||||
AppBuilder::new()
|
||||
.add_defaults()
|
||||
.setup_world(setup)
|
||||
.setup_systems(|builder: Builder| builder.add_system(build_rotator_system()))
|
||||
.setup_systems(|builder| builder.add_system(build_rotator_system()))
|
||||
.run();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user