Update mod.rs

This commit is contained in:
Shunsuke Shibayama 2023-02-25 10:11:11 +09:00
parent af3c912b17
commit 923f8fbbaf

View file

@ -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")
}