Skip to content

Commit 92077f1

Browse files
authored
Rollup merge of rust-lang#76815 - pickfire:patch-6, r=jonas-schievink
Fix wording in mir doc
2 parents 52891e0 + b7c8bea commit 92077f1

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/mir

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ impl<'tcx> Debug for Rvalue<'tcx> {
22902290
/// Constants
22912291
///
22922292
/// Two constants are equal if they are the same constant. Note that
2293-
/// this does not necessarily mean that they are `==` in Rust -- in
2293+
/// this does not necessarily mean that they are `==` in Rust. In
22942294
/// particular, one must be wary of `NaN`!
22952295
22962296
#[derive(Clone, Copy, PartialEq, TyEncodable, TyDecodable, HashStable)]

0 commit comments

Comments
 (0)