Add blank lines after module-level // comments. · model-checking/verify-rust-std@e3e84a7 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit e3e84a7

Add blank lines after module-level // comments.

Similar to the previous commit.

File tree

2 files changed

lines changed

2 files changed

lines changed

Lines changed: 1 addition & 0 deletions

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
1 1 // FIXME: These tests are all excellent candidates for AFL fuzz testing
2 +
2 3 use core:🥅:{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6};
3 4 use core::str::FromStr;
4 5

Lines changed: 1 addition & 0 deletions

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
1 1 // edition:2021
2 +
2 3 use core::{
3 4 marker::PhantomPinned,
4 5 mem::{drop as stuff, transmute},