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
libstd RawEntryBuilderMut::from_key is a builder, which takes self as first argument and the key to use as a second argument. This seems ok, but wrong_self_convention lints it.
libstd
RawEntryBuilderMut::from_key
is a builder, which takesself
as first argument and the key to use as a second argument. This seems ok, butwrong_self_convention
lints it.https://doc.rust-lang.org/std/collections/hash_map/struct.RawEntryBuilderMut.html#method.from_key
The text was updated successfully, but these errors were encountered: