Skip to content

Commit

Permalink
Rollup merge of rust-lang#76815 - pickfire:patch-6, r=jonas-schievink
Browse files Browse the repository at this point in the history
Fix wording in mir doc
  • Loading branch information
Dylan-DPC authored Sep 19, 2020
2 parents 52891e0 + b7c8bea commit 92077f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/mir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ impl<'tcx> Debug for Rvalue<'tcx> {
/// Constants
///
/// Two constants are equal if they are the same constant. Note that
/// this does not necessarily mean that they are `==` in Rust -- in
/// this does not necessarily mean that they are `==` in Rust. In
/// particular, one must be wary of `NaN`!
#[derive(Clone, Copy, PartialEq, TyEncodable, TyDecodable, HashStable)]
Expand Down

0 comments on commit 92077f1

Please sign in to comment.