Skip to content

Commit b104fbe

Browse files
committed
Add blank lines after module-level // comments.
Similar to the previous commit.
1 parent 665821c commit b104fbe

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

compiler/rustc_hir_analysis/src/check/dropck.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// FIXME(@lcnr): Move this module out of `rustc_hir_analysis`.
22
//
33
// We don't do any drop checking during hir typeck.
4+
45
use rustc_data_structures::fx::FxHashSet;
56
use rustc_errors::{codes::*, struct_span_code_err, ErrorGuaranteed};
67
use rustc_infer::infer::outlives::env::OutlivesEnvironment;

compiler/rustc_parse/src/parser/expr.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// ignore-tidy-filelength
2+
23
use super::diagnostics::SnapshotParser;
34
use super::pat::{CommaRecoveryMode, Expected, RecoverColon, RecoverComma};
45
use super::ty::{AllowPlus, RecoverQPath, RecoverReturnSign};

library/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

library/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},

tests/run-make/symlinked-libraries/rmake.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// See https://github.com/rust-lang/rust/issues/12459
77

88
//@ ignore-cross-compile
9+
910
use run_make_support::{create_symlink, dynamic_lib_name, fs_wrapper, rustc};
1011

1112
fn main() {

0 commit comments

Comments
 (0)