fix(tvix/castore): correctly flag unreachable code
Change-Id: Id09afa4b77c3c70fb5695f253f6df4aa88b61e19 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10113 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
c5961e7774
commit
875bb26fc3
1 changed files with 1 additions and 1 deletions
|
@ -209,5 +209,5 @@ pub async fn ingest_path<P: AsRef<Path> + Debug>(
|
|||
}
|
||||
}
|
||||
// unreachable, we already bailed out before if root doesn't exist.
|
||||
panic!("tvix bug")
|
||||
unreachable!()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue