Add blank lines after module-level // comments.

Similar to the previous commit.
This commit is contained in:
Nicholas Nethercote 2024-06-20 06:06:53 +10:00
parent 665821cb60
commit b104fbec85
5 changed files with 5 additions and 0 deletions

View file

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