Fix docstring

This commit is contained in:
Andreas Liljeqvist
2021-08-29 10:02:45 +02:00
parent da92cd6dcf
commit 86ff6aeb82
+1 -2
View File
@@ -739,8 +739,7 @@ pub fn is_int(self) -> bool {
///
/// 254 (-2), 255 (-1), 0, 1, 2
///
/// This is intended specifically to mirror LLVMs `!range` metadata,
/// semantics.
/// This is intended specifically to mirror LLVMs `!range` metadata semantics.
#[derive(Clone, Copy, PartialEq, Eq, Hash)]
#[derive(HashStable_Generic)]
pub struct WrappingRange {