chore(filesystem-device-match): add clarity to statement which is unreachable

This commit is contained in:
2025-10-24 18:46:45 -07:00
parent 2a2aa74c09
commit 9f7ca672ea

View File

@@ -81,7 +81,7 @@ pub fn extract(
} else { } else {
// We should still handle other errors gracefully. // We should still handle other errors gracefully.
Err(error).context("unable to open filesystem partition info")?; Err(error).context("unable to open filesystem partition info")?;
None unreachable!()
} }
} }
} }