nac3/nac3core/src/toplevel
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
..
snapshots core: update insta after #489 2024-08-13 15:30:34 +08:00
builtins.rs [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00
composer.rs [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00
helper.rs [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00
mod.rs [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00
numpy.rs [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00
test.rs [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00
type_annotation.rs [meta] Reorganize order of use declarations 2024-10-04 12:52:01 +08:00