Closed waywardmonkeys closed 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.
use super::*
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.