1
Fork 0

Review feedback

This commit is contained in:
Luqman Aden 2023-02-19 16:25:07 -08:00
parent c63a204e23
commit 012f9a333b
2 changed files with 23 additions and 14 deletions

View file

@ -1306,7 +1306,7 @@ impl Abi {
})
}
/// Discard valid range information and allow undef
/// Discard validity range information and allow undef.
pub fn to_union(&self) -> Self {
assert!(self.is_sized());
match *self {