Skip to content

Remove redundant imports

Link Mauve requested to merge linkmauve/xmpp-rs:no-redundant-imports into main

These became warnings in a recent nightly.

The TryFrom/TryInto imports were missed in 4089891f, but the rest are truly redundant.

Merge request reports