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:
Johannes Altmanninger 2023-04-02 16:42:59 +02:00
parent a848877e65
commit ed2b98dd9a

View File

@ -9,6 +9,7 @@
#[macro_use]
mod common;
mod abbrs;
mod builtins;
mod color;