linebender / interpoli

Apache License 2.0
15 stars 6 forks source link

chore: Clean up some `use` blocks and qualifications. #7

Closed waywardmonkeys closed 3 months ago

waywardmonkeys commented 3 months ago

When we have use super::*, we get everything used in the super scope as well, which leads to some things being imported in the wrong place and extra qualifications where we don't need them.