mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
Update mod.rs
This commit is contained in:
parent
af3c912b17
commit
923f8fbbaf
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ pub fn std_decl_path() -> PathBuf {
|
|||
erg_common::env::erg_std_decl_path()
|
||||
}
|
||||
#[cfg(feature = "no_std")]
|
||||
pub fn builtins_path() -> PathBuf {
|
||||
pub fn std_decl_path() -> PathBuf {
|
||||
PathBuf::from("lib/std.d")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue