diff --git a/src/extractors/filesystem_device_match.rs b/src/extractors/filesystem_device_match.rs index 59ebf76..54a91ec 100644 --- a/src/extractors/filesystem_device_match.rs +++ b/src/extractors/filesystem_device_match.rs @@ -81,7 +81,7 @@ pub fn extract( } else { // We should still handle other errors gracefully. Err(error).context("unable to open filesystem partition info")?; - None + unreachable!() } } }