move suffixed things into separate file

This commit is contained in:
Luke Boswell 2024-04-08 09:38:49 +10:00
parent 4fa58b60d8
commit 0578db8685
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
3 changed files with 769 additions and 766 deletions

View file

@ -26,6 +26,7 @@ pub mod procedure;
pub mod scope;
pub mod string;
pub mod traverse;
pub mod suffixed;
pub use derive::DERIVED_REGION;