![]() # Objective The generated `GetTypeRegistration::get_type_registration` method has an unnecessary `allow(unused_mut)` attribute. It used to be necessary because it was possible for `registration` to not be modified, but now there is always at least one modification. ## Solution Remove the attribute. ## Testing I checked the `cargo expand` output. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT |