Closed levipalait closed 3 months ago
I ran cargo clippy on the codebase and applied it's suggestions. I also implemented the Default trait for the TouchHandler inside touch.rs and moved the new() function over to the default() function.
cargo clippy
Default
TouchHandler
new()
default()
@wusyong comment is removed and clippy is now quiet on the cfg-aliases
I ran
cargo clippy
on the codebase and applied it's suggestions. I also implemented theDefault
trait for theTouchHandler
inside touch.rs and moved thenew()
function over to thedefault()
function.