feat: add unsound module

This commit is contained in:
Shunsuke Shibayama 2023-10-15 02:30:05 +09:00
parent fc75151f2a
commit 08770e84fc
9 changed files with 130 additions and 8 deletions

View file

@ -502,6 +502,8 @@ impl Input {
.canonicalize()
{
Some(normalize_path(path))
} else if path == Path::new("unsound") {
Some(PathBuf::from("unsound"))
} else {
None
}