Skip to content

Commit 3b8d0c6

Browse files
committed
Fix clippy doc list item overindentation
Reduce doc comment indentation from 4 spaces to 2 spaces to satisfy the `doc_list_item_indent` clippy lint.
1 parent 4711403 commit 3b8d0c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

msim-macros/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ pub fn test(_args: TokenStream, item: TokenStream) -> TokenStream {
135135
///
136136
/// - `MSIM_TEST_CHECK_DETERMINISM`: Enable determinism check.
137137
///
138-
/// The test will be run at least twice with the same seed.
139-
/// If any non-determinism detected, it will panic as soon as possible.
138+
/// The test will be run at least twice with the same seed.
139+
/// If any non-determinism detected, it will panic as soon as possible.
140140
///
141-
/// By default, it is disabled.
141+
/// By default, it is disabled.
142142
///
143143
/// The test can also be provided a configuration by passing an expression with a type that
144144
/// can be made into() a TestConfig - SimConfig is the basic choice, see TestConfig for more

0 commit comments

Comments
 (0)