Add blank lines after module-level //
comments. · model-checking/verify-rust-std@e3e84a7 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
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}, |