diff options
| author | pierwill <19642016+pierwill@users.noreply.github.com> | 2022-07-06 12:52:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-06 12:52:02 -0500 |
| commit | 482bb390326493561cd8d6027152418355101a0e (patch) | |
| tree | 01562ae9bd76662fb779cb864858118f2180ed2c | |
| parent | 049308cf8b48e9d67e54d6d0b01c10c79d1efc3a (diff) | |
| download | rust-482bb390326493561cd8d6027152418355101a0e.tar.gz rust-482bb390326493561cd8d6027152418355101a0e.zip | |
Remove erroneous doc comment
| -rw-r--r-- | compiler/rustc_middle/src/mir/syntax.rs | 2 |
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. /// |
