Skip to content

Commit 5e8d469

Browse files
committed
tests: Fix warnings from clippy::empty_line_after_doc_comments
1 parent c416983 commit 5e8d469

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

graph/examples/stress.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@ static mut PRINT_SAMPLES: bool = false;
4848
/// number of entries divided by `NODE_FILL`, and the number of
4949
/// interior nodes can be determined by dividing the number of nodes
5050
/// at the child level by `NODE_FILL`
51-
51+
///
5252
/// The other difficulty is that the structs with which `BTreeMap`
5353
/// represents internal and leaf nodes are not public, so we can't
5454
/// get their size with `std::mem::size_of`; instead, we base our
5555
/// estimates of their size on the current `std` code, assuming that
5656
/// these structs will not change
57-
5857
mod btree {
5958
use std::mem;
6059
use std::{mem::MaybeUninit, ptr::NonNull};

0 commit comments

Comments
 (0)