This commit is contained in:
YizhePKU 2024-06-03 06:43:37 +08:00
parent ef0472aebb
commit 2d3c55b2ec

View File

@ -14,5 +14,5 @@ mod plugins;
mod repl;
mod scope;
mod shell;
#[cfg(not(macos))]
#[cfg(not(target_os = "macos"))]
mod terminal;