This commit is contained in:
Alex Zatelepin 2019-09-16 17:16:17 +03:00
parent 702b45e409
commit 48081065f4

@ -472,7 +472,7 @@ pub enum Diverges {
WarnedAlways
}
// Convenience impls for combinig `Diverges`.
// Convenience impls for combining `Diverges`.
impl ops::BitAnd for Diverges {
type Output = Self;