diff options
Diffstat (limited to 'vendor/litemap/src/store/mod.rs')
-rw-r--r-- | vendor/litemap/src/store/mod.rs | 2 |
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 |