about summary refs log tree commit diff
path: root/library/core
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 /library/core
parent665821cb606076bcf159c47e3e8e72a14fa512e3 (diff)
downloadrust-b104fbec85ac819d11bf8bf0d9cc11d0b8fb737e.tar.gz
rust-b104fbec85ac819d11bf8bf0d9cc11d0b8fb737e.zip
Add blank lines after module-level `//` comments.
Similar to the previous commit.
Diffstat (limited to 'library/core')
-rw-r--r--library/core/tests/net/parser.rs1
-rw-r--r--library/core/tests/pin_macro.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/library/core/tests/net/parser.rs b/library/core/tests/net/parser.rs
index 36b87d7c1f5..e03959ac77c 100644
--- a/library/core/tests/net/parser.rs
+++ b/library/core/tests/net/parser.rs
@@ -1,4 +1,5 @@
 // FIXME: These tests are all excellent candidates for AFL fuzz testing
+
 use core::net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6};
 use core::str::FromStr;
 
diff --git a/library/core/tests/pin_macro.rs b/library/core/tests/pin_macro.rs
index 79c8c166c58..57485ef3974 100644
--- a/library/core/tests/pin_macro.rs
+++ b/library/core/tests/pin_macro.rs
@@ -1,4 +1,5 @@
 // edition:2021
+
 use core::{
     marker::PhantomPinned,
     mem::{drop as stuff, transmute},