summaryrefslogtreecommitdiffstats
path: root/vendor/litemap/src/store/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/litemap/src/store/mod.rs')
-rw-r--r--vendor/litemap/src/store/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/litemap/src/store/mod.rs b/vendor/litemap/src/store/mod.rs
index e4ba6f7b9..7f4386783 100644
--- a/vendor/litemap/src/store/mod.rs
+++ b/vendor/litemap/src/store/mod.rs
@@ -18,7 +18,7 @@
//! - [`StoreIterable`] for methods that return iterators
//! - [`StoreFromIterator`] to enable `FromIterator` for LiteMap
//!
-//! To test your implementation, enable the `"testing"` feature and use [`check_store()`].
+//! To test your implementation, enable the `"testing"` Cargo feature and use [`check_store()`].
//!
//! [`check_store()`]: crate::testing::check_store