1
Fork 0

Add blank lines after module-level // comments.

Similar to the previous commit.
This commit is contained in:
Nicholas Nethercote 2024-06-20 06:06:53 +10:00
parent 665821cb60
commit b104fbec85
5 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,5 @@
// ignore-tidy-filelength
use super::diagnostics::SnapshotParser;
use super::pat::{CommaRecoveryMode, Expected, RecoverColon, RecoverComma};
use super::ty::{AllowPlus, RecoverQPath, RecoverReturnSign};