refactor(transformer): move SparseStack definition into folder (#6091)

Pure refactor. Just move file into a separate directory.
This commit is contained in:
overlookmotel 2024-09-27 04:28:53 +00:00
parent 6bd29ddc9e
commit 1399d2ce1f
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,3 @@
mod sparse;
pub use sparse::SparseStack;