mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:20:17 +00:00
chore(filesystem-device-match): add clarity to statement which is unreachable
This commit is contained in:
@@ -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!()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user