about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpierwill <19642016+pierwill@users.noreply.github.com>2022-07-06 12:52:02 -0500
committerGitHub <noreply@github.com>2022-07-06 12:52:02 -0500
commit482bb390326493561cd8d6027152418355101a0e (patch)
tree01562ae9bd76662fb779cb864858118f2180ed2c
parent049308cf8b48e9d67e54d6d0b01c10c79d1efc3a (diff)
downloadrust-482bb390326493561cd8d6027152418355101a0e.tar.gz
rust-482bb390326493561cd8d6027152418355101a0e.zip
Remove erroneous doc comment
-rw-r--r--compiler/rustc_middle/src/mir/syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/mir/syntax.rs b/compiler/rustc_middle/src/mir/syntax.rs
index 5d4f3ea9e4c..9c9e020cdad 100644
--- a/compiler/rustc_middle/src/mir/syntax.rs
+++ b/compiler/rustc_middle/src/mir/syntax.rs
@@ -911,7 +911,7 @@ pub enum Operand<'tcx> {
 static_assert_size!(Operand<'_>, 24);
 
 ///////////////////////////////////////////////////////////////////////////
-/// Rvalues
+// Rvalues
 
 /// The various kinds of rvalues that can appear in MIR.
 ///