diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-22 16:50:28 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-22 16:50:28 +0800 |
| commit | c1c9f440c754f58ab53b87b9e3ddf165de3cc900 (patch) | |
| tree | d1e191bdf9d3f432db8bb341cdf9d0eb98c06aea | |
| parent | 0f66322495daf24503f566b250c723dd701e73eb (diff) | |
Modify the file structure and add a virtual file management module.
| -rw-r--r-- | crates/env/src/lib.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crates/env/src/lib.rs b/crates/env/src/lib.rs index 5e755d0..15a315f 100644 --- a/crates/env/src/lib.rs +++ b/crates/env/src/lib.rs @@ -1,6 +1,5 @@ pub mod constants; pub mod current; -pub mod local; + #[allow(dead_code)] -pub mod member; -pub mod vault; +pub mod workspace; |
