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
Clippy emits:
warning: trait objects without an explicit `dyn` are deprecated
We are currently configuring the linter to allow this but it is not
necessary.
Use `dyn` as suggested by the linter and remove
`allow(bare_trait_objects)`.
0 commit comments