mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 05:03:46 +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]
|
#[macro_use]
|
||||||
mod common;
|
mod common;
|
||||||
|
|
||||||
mod abbrs;
|
mod abbrs;
|
||||||
mod builtins;
|
mod builtins;
|
||||||
mod color;
|
mod color;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user