Rollup merge of #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">
This commit is contained in:
Guillaume Gomez 2022-07-06 20:43:29 +02:00 committed by GitHub
commit 4b88cba353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
///