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
Auto merge of #1702 - sgrif:sg-fix-redundant-imports, r=jtgeibel
Fix new lint on nightly
`unused_imports` now triggers for redundant imports.
`diesel::Connection` is part of `diesel::prelude`, `mem::drop` is part
of `std::prelude`, and `InvitationResponse` was explicitly imported at
the top of the file
0 commit comments