mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
lib.rs: group common.rs before other modules, because it exports macros
This allows us to keep the next group sorted.
This commit is contained in:
parent
a848877e65
commit
ed2b98dd9a
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#[macro_use]
|
||||
mod common;
|
||||
|
||||
mod abbrs;
|
||||
mod builtins;
|
||||
mod color;
|
||||
|
|
Loading…
Reference in a new issue