mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 20:34:07 +08: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
|
@ -9,6 +9,7 @@
|
|||
|
||||
#[macro_use]
|
||||
mod common;
|
||||
|
||||
mod abbrs;
|
||||
mod builtins;
|
||||
mod color;
|
||||
|
|
Loading…
Reference in New Issue
Block a user