Closed TimJentzsch closed 1 year ago
Tthanks! Do you know why this clippy warning didn't trigger before?
Do you know why this clippy warning didn't trigger before?
It's likely a newly implemented lint, since we're using the latest nightly in CI we'll occasionally get breaking changes.
This PR fixes Clippy CI errors, caused by calling
::default()
on a unit struct.I also removed an extra space from the
license
key inCargo.toml
. Not sure if this could cause problems, but better safe than sorry!