Skip to content

Commit

Permalink
Rollup merge of #98984 - pierwill:patch-4, r=RalfJung
Browse files Browse the repository at this point in the history
Remove erroneous doc comment

Fixes the formatting issue shown here:

<img width="803" alt="Screen Shot 2022-07-06 at 12 50 56 PM" src="https://user-images.githubusercontent.com/19642016/177612734-2d881c6a-2850-4c1b-8f1a-08339ad5bfbc.png">
  • Loading branch information
GuillaumeGomez authored Jul 6, 2022
2 parents 47de8e9 + 482bb39 commit 4b88cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/mir/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ pub enum Operand<'tcx> {
static_assert_size!(Operand<'_>, 24);

///////////////////////////////////////////////////////////////////////////
/// Rvalues
// Rvalues

/// The various kinds of rvalues that can appear in MIR.
///
Expand Down

0 comments on commit 4b88cba

Please sign in to comment.