Skip to content

Commit 86ff6ae

Browse files
committed
Fix docstring
1 parent da92cd6 commit 86ff6ae

File tree

1 file changed

+1
-2
lines changed
  • compiler/rustc_target/src/abi

1 file changed

+1
-2
lines changed

compiler/rustc_target/src/abi/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,7 @@ impl Primitive {
739739
///
740740
/// 254 (-2), 255 (-1), 0, 1, 2
741741
///
742-
/// This is intended specifically to mirror LLVM’s `!range` metadata,
743-
/// semantics.
742+
/// This is intended specifically to mirror LLVM’s `!range` metadata semantics.
744743
#[derive(Clone, Copy, PartialEq, Eq, Hash)]
745744
#[derive(HashStable_Generic)]
746745
pub struct WrappingRange {

0 commit comments

Comments
 (0)