From 0fb75d622b156a34163e8085532f91ed2ef05bad Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sat, 6 Aug 2022 10:28:52 +0100 Subject: [PATCH] Minor spacing issue with cfg --- serial_test/src/parallel_file_lock.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/serial_test/src/parallel_file_lock.rs b/serial_test/src/parallel_file_lock.rs index 6e65933..fb4430e 100644 --- a/serial_test/src/parallel_file_lock.rs +++ b/serial_test/src/parallel_file_lock.rs @@ -126,7 +126,6 @@ mod tests { #[tokio::test] #[cfg(feature = "async")] - async fn unlock_on_assert_async_without_return() { let lock_path = path_for_name("unlock_on_assert_async_without_return"); async fn demo_assert() {