about summary refs log tree commit diff
path: root/compiler/rustc_parse
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-06-20 06:06:53 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-06-20 09:23:20 +1000
commitb104fbec85ac819d11bf8bf0d9cc11d0b8fb737e (patch)
treebf51be2c8793cabd491a4ad911cbc0b09ec717bb /compiler/rustc_parse
parent665821cb606076bcf159c47e3e8e72a14fa512e3 (diff)
downloadrust-b104fbec85ac819d11bf8bf0d9cc11d0b8fb737e.tar.gz
rust-b104fbec85ac819d11bf8bf0d9cc11d0b8fb737e.zip
Add blank lines after module-level `//` comments.
Similar to the previous commit.
Diffstat (limited to 'compiler/rustc_parse')
-rw-r--r--compiler/rustc_parse/src/parser/expr.rs1
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};