forked from M-Labs/nac3
1
0
Fork 0
nac3/nac3core
David Mak fe06b2806f [meta] Reorganize order of use declarations
Use declarations are now grouped into 4 groups:

- Declarations from the standard library
- Declarations from external crates
- Declarations from other crates in this project
- Declarations from within this module

Furthermore, all use declarations are grouped together to enhance
readability. super::super is also replaced by an equivalent crate::
declaration.
2024-10-04 12:52:01 +08:00
..
irrt irrt: compatibility with pre-C23 compilers 2024-09-05 18:54:55 +08:00
src [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00
Cargo.toml [meta] Update Cargo dependencies 2024-10-04 12:52:01 +08:00
build.rs [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00