Skip to content

Commit e3e84a7

Browse files
committed
Add blank lines after module-level // comments.
Similar to the previous commit.
1 parent 36ad0db commit e3e84a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/tests/net/parser.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// FIXME: These tests are all excellent candidates for AFL fuzz testing
2+
23
use core::net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6};
34
use core::str::FromStr;
45

core/tests/pin_macro.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// edition:2021
2+
23
use core::{
34
marker::PhantomPinned,
45
mem::{drop as stuff, transmute},

0 commit comments

Comments
 (0)