diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-20 06:06:53 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-20 09:23:20 +1000 |
| commit | b104fbec85ac819d11bf8bf0d9cc11d0b8fb737e (patch) | |
| tree | bf51be2c8793cabd491a4ad911cbc0b09ec717bb /compiler/rustc_parse/src | |
| parent | 665821cb606076bcf159c47e3e8e72a14fa512e3 (diff) | |
| download | rust-b104fbec85ac819d11bf8bf0d9cc11d0b8fb737e.tar.gz rust-b104fbec85ac819d11bf8bf0d9cc11d0b8fb737e.zip | |
Add blank lines after module-level `//` comments.
Similar to the previous commit.
Diffstat (limited to 'compiler/rustc_parse/src')
| -rw-r--r-- | compiler/rustc_parse/src/parser/expr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_parse/src/parser/expr.rs b/compiler/rustc_parse/src/parser/expr.rs index 09f706143fa..9fad954adda 100644 --- a/compiler/rustc_parse/src/parser/expr.rs +++ b/compiler/rustc_parse/src/parser/expr.rs @@ -1,4 +1,5 @@ // ignore-tidy-filelength + use super::diagnostics::SnapshotParser; use super::pat::{CommaRecoveryMode, Expected, RecoverColon, RecoverComma}; use super::ty::{AllowPlus, RecoverQPath, RecoverReturnSign}; |
