MatchBranchSimplification: Consider empty-unreachable otherwise branch
This commit is contained in:
@@ -18,6 +18,13 @@ impl Pu128 {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<Pu128> for u128 {
|
||||
#[inline]
|
||||
fn from(value: Pu128) -> Self {
|
||||
value.get()
|
||||
}
|
||||
}
|
||||
|
||||
impl From<u128> for Pu128 {
|
||||
#[inline]
|
||||
fn from(value: u128) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user