diff --git a/neutauri_runtime/src/data.rs b/neutauri_runtime/src/data.rs index aa6d377..7601b5e 100644 --- a/neutauri_runtime/src/data.rs +++ b/neutauri_runtime/src/data.rs @@ -236,7 +236,7 @@ pub fn normalize_path(path: &Path) -> PathBuf { for component in components { match component { - Component::Prefix(..) => unreachable!(), + Component::Prefix(..) => {} Component::RootDir => { ret.push(component.as_os_str()); }