Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Jun 25, 2022
1 parent a83022a commit e8c971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial_test_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pub fn file_serial(attr: TokenStream, input: TokenStream) -> TokenStream {
/// ````
/// Effectively, this should behave like [parallel](macro@parallel) but for [file_serial](macro@file_serial).
/// Note that as per [file_serial](macro@file_serial) this doesn't do anything for [serial](macro@serial)/[parallel](macro@parallel) tests.
///
///
/// It also supports an optional `path` arg e.g
/// ````
/// #[test]
Expand Down

0 comments on commit e8c971b

Please sign in to comment.