FEATURE: fix the namespace of the standard library (not testing) (#9193)

This commit is contained in:
Antoine Stevan
2023-05-19 22:27:45 +02:00
committed by GitHub
parent c55b5c0a55
commit 55bb501c71
8 changed files with 96 additions and 96 deletions

View File

@ -97,12 +97,12 @@ pub fn load_standard_library(
("std help externs", "help externs"),
("std help operators", "help operators"),
("enter", "enter"),
("shells", "shells"),
("g", "g"),
("n", "n"),
("p", "p"),
("dexit", "dexit"),
("enter", "dirs enter"),
("shells", "dirs shells"),
("g", "dirs g"),
("n", "dirs n"),
("p", "dirs p"),
("dexit", "dirs dexit"),
];
let mut working_set = StateWorkingSet::new(engine_state);