Fix some comments
Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
parent
8e34642262
commit
1adf0c16ff
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ use rustc_target::abi::{HasDataLayout, Size, TagEncoding, Variants};
|
|||
/// A pass that seeks to optimize unnecessary moves of large enum types, if there is a large
|
||||
/// enough discrepancy between them.
|
||||
///
|
||||
/// i.e. If there is are two variants:
|
||||
/// i.e. If there are two variants:
|
||||
/// ```
|
||||
/// enum Example {
|
||||
/// Small,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue