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
traitMethod{fnmethod(){}}traitTr{}implMethodforTr{}// warning: trait objects without an explicit `dyn` are deprecatedfnmain(){Tr::method;// No warning}
According to the logic of the lint there should be a suggestion to rewrite Tr::method as <dyn Tr>::method.