From d1a2138fb583eb871fcedab94a8fa6ec2358b262 Mon Sep 17 00:00:00 2001 From: Rafael Bachmann Date: Wed, 2 Oct 2024 10:22:04 +0200 Subject: [PATCH] Set readme contents as crate docs The dashmap page on docs.rs looked a little bit empty. This should fix it. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index c0abb5e6..47d2bb53 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![doc = include_str!("../README.md")] #![allow(clippy::type_complexity)] #[cfg(feature = "arbitrary")]