diff options
| author | Andreas Liljeqvist <bonega@gmail.com> | 2021-08-29 10:02:45 +0200 |
|---|---|---|
| committer | Andreas Liljeqvist <bonega@gmail.com> | 2021-09-09 10:41:18 +0200 |
| commit | 86ff6aeb82fd68ec2a0ea2cd74120bf0852bcff4 (patch) | |
| tree | 90505827cc9909164629c25f8e830fa6b70ff1a9 /compiler/rustc_target/src | |
| parent | da92cd6dcf17c83bd02929d8f5c8935243256af0 (diff) | |
| download | rust-86ff6aeb82fd68ec2a0ea2cd74120bf0852bcff4.tar.gz rust-86ff6aeb82fd68ec2a0ea2cd74120bf0852bcff4.zip | |
Fix docstring
Diffstat (limited to 'compiler/rustc_target/src')
| -rw-r--r-- | compiler/rustc_target/src/abi/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_target/src/abi/mod.rs b/compiler/rustc_target/src/abi/mod.rs index 90dd327ad1c..d5b49724445 100644 --- a/compiler/rustc_target/src/abi/mod.rs +++ b/compiler/rustc_target/src/abi/mod.rs @@ -739,8 +739,7 @@ impl Primitive { /// /// 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 { |
