From d48e3828707384c0bdb160323993f94e87f7aa97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Mon, 21 Aug 2023 20:17:57 +0200 Subject: [PATCH] Some helpful doc --- car-mirror/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/car-mirror/src/lib.rs b/car-mirror/src/lib.rs index 04ef44a..b40d1a0 100644 --- a/car-mirror/src/lib.rs +++ b/car-mirror/src/lib.rs @@ -4,7 +4,7 @@ //! car-mirror -/// Test utilities. +/// Test utilities. Enabled with the `test_utils` feature flag. #[cfg(any(test, feature = "test_utils"))] #[cfg_attr(docsrs, doc(cfg(feature = "test_utils")))] pub mod test_utils;