mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
Fix docstring
This commit is contained in:
@@ -739,8 +739,7 @@ pub fn is_int(self) -> bool {
|
||||
///
|
||||
/// 254 (-2), 255 (-1), 0, 1, 2
|
||||
///
|
||||
/// This is intended specifically to mirror LLVM’s `!range` metadata,
|
||||
/// semantics.
|
||||
/// This is intended specifically to mirror LLVM’s `!range` metadata semantics.
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Hash)]
|
||||
#[derive(HashStable_Generic)]
|
||||
pub struct WrappingRange {
|
||||
|
||||
Reference in New Issue
Block a user