mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
feat: add unsound
module
This commit is contained in:
parent
fc75151f2a
commit
08770e84fc
9 changed files with 130 additions and 8 deletions
|
@ -502,6 +502,8 @@ impl Input {
|
|||
.canonicalize()
|
||||
{
|
||||
Some(normalize_path(path))
|
||||
} else if path == Path::new("unsound") {
|
||||
Some(PathBuf::from("unsound"))
|
||||
} else {
|
||||
None
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue