You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new lint: `option_as_ref_cloned`
Closesrust-lang#12009
Adds a new lint that looks for `.as_ref().cloned()` on `Option`s. That's the same as just `.clone()`-ing the option directly.
changelog: new lint: [`option_as_ref_cloned`]
Besides #11201 this is the last missing part of the IoFactory in libnative. Nominating.
The text was updated successfully, but these errors were encountered: