Skip to content

Commit 482bb39

Browse files
authored
Remove erroneous doc comment
1 parent 049308c commit 482bb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_middle/src/mir/syntax.rs

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

913913
///////////////////////////////////////////////////////////////////////////
914-
/// Rvalues
914+
// Rvalues
915915

916916
/// The various kinds of rvalues that can appear in MIR.
917917
///

0 commit comments

Comments
 (0)