summaryrefslogtreecommitdiffstats
path: root/vendor/proptest/src/test_runner/result_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/proptest/src/test_runner/result_cache.rs')
-rw-r--r--vendor/proptest/src/test_runner/result_cache.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/proptest/src/test_runner/result_cache.rs b/vendor/proptest/src/test_runner/result_cache.rs
index c5bc68c3a..4b30700e0 100644
--- a/vendor/proptest/src/test_runner/result_cache.rs
+++ b/vendor/proptest/src/test_runner/result_cache.rs
@@ -97,6 +97,7 @@ impl ResultCache for BasicResultCache {
///
/// Values are identified by their `Debug` string representation.
#[cfg(feature = "std")]
+#[cfg_attr(docsrs, doc(cfg(feature = "std")))]
pub fn basic_result_cache() -> Box<dyn ResultCache> {
Box::new(BasicResultCache::default())
}