On Wed, Jun 10, 2026 at 2:28 PM Gary Guo <[email protected]> wrote: > > I think if the re-export is of form "use crate::build_assert::*" then it will > still be the same semantics but would be appearing now?
If you mean a glob import (within or outside the existing `use` -- same behavior), then that makes the glob import appear in the list at least, which is an improvement because at least people have a link to the module (i.e. but not the individual ones). Or do you mean something else? Good first issue? Cheers, Miguel
