mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03: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:
@@ -9,6 +9,7 @@
|
||||
|
||||
#[macro_use]
|
||||
mod common;
|
||||
|
||||
mod abbrs;
|
||||
mod builtins;
|
||||
mod color;
|
||||
|
||||
Reference in New Issue
Block a user