mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 18:31:20 -03:00
Not reexporting means that imports have to change to directly import from `fish_common`. This makes it easier to see which dependencies on `src/common.rs` actually remain, which helps with identifying candidates for extraction. While at it, group some imports. Part of #12625