Skip to content

Commit 4b88cba

Browse files
Rollup merge of rust-lang#98984 - pierwill:patch-4, r=RalfJung
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">
2 parents 47de8e9 + 482bb39 commit 4b88cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/syntax.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ pub enum Operand<'tcx> {
913913
static_assert_size!(Operand<'_>, 24);
914914

915915
///////////////////////////////////////////////////////////////////////////
916-
/// Rvalues
916+
// Rvalues
917917

918918
/// The various kinds of rvalues that can appear in MIR.
919919
///

0 commit comments

Comments
 (0)