With the changes to initialize maps inline during skeleton open/load, we may end up with Clippy complaining that a loop never loops or a match never matches, if there are no maps present.
Silence the warnings. Such patterns are to be expected in generated code like this.
With the changes to initialize maps inline during skeleton open/load, we may end up with Clippy complaining that a loop never loops or a match never matches, if there are no maps present. Silence the warnings. Such patterns are to be expected in generated code like this.