about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-07-30 07:21:13 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-07-30 07:25:15 +1000
commit70fcf9e7908cfa3da975a322b4aa533ad67d52ec (patch)
tree112144479dee1f2fe5e55e83fd3b5d3eabc4f6c6 /compiler
parentbd24763aaf32fe92e79491aba05346b570301647 (diff)
downloadrust-70fcf9e7908cfa3da975a322b4aa533ad67d52ec.tar.gz
rust-70fcf9e7908cfa3da975a322b4aa533ad67d52ec.zip
Insert some blank lines.
After things that are immediately followed by a `use` declaration and
look like they might apply to that `use` item but actually don't.
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_lint/src/macro_expr_fragment_specifier_2024_migration.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_lint/src/macro_expr_fragment_specifier_2024_migration.rs b/compiler/rustc_lint/src/macro_expr_fragment_specifier_2024_migration.rs
index c39c86f6fe8..e3b1967da09 100644
--- a/compiler/rustc_lint/src/macro_expr_fragment_specifier_2024_migration.rs
+++ b/compiler/rustc_lint/src/macro_expr_fragment_specifier_2024_migration.rs
@@ -1,5 +1,5 @@
-//! Migration code for the `expr_fragment_specifier_2024`
-//! rule.
+//! Migration code for the `expr_fragment_specifier_2024` rule.
+
 use rustc_ast::token::{Token, TokenKind};
 use rustc_ast::tokenstream::{TokenStream, TokenTree};
 use rustc_session::lint::FutureIncompatibilityReason;