From cead24343bf420a0e52b390e9659b2665e87fa3d Mon Sep 17 00:00:00 2001 From: Steve Dougherty Date: Thu, 31 Jul 2025 14:51:05 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20linking=20to=20rand=E2=80=99s=20crates.io?= =?UTF-8?q?=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2c494ed..3ee9b97 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! //! # Usage //! -//! This crate is [on crates.io](https://crates.io/crates/rand) and +//! This crate is [on crates.io](https://crates.io/crates/bloom) and //! can be used by adding `bloom` to the dependencies in your //! project's `Cargo.toml`. //!