We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4711403 commit 3b8d0c6Copy full SHA for 3b8d0c6
1 file changed
msim-macros/src/lib.rs
@@ -135,10 +135,10 @@ pub fn test(_args: TokenStream, item: TokenStream) -> TokenStream {
135
///
136
/// - `MSIM_TEST_CHECK_DETERMINISM`: Enable determinism check.
137
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.
+/// The test will be run at least twice with the same seed.
+/// If any non-determinism detected, it will panic as soon as possible.
140
141
-/// By default, it is disabled.
+/// By default, it is disabled.
142
143
/// The test can also be provided a configuration by passing an expression with a type that
144
/// can be made into() a TestConfig - SimConfig is the basic choice, see TestConfig for more
0 commit comments