From f4315f3a140bc2b50de6b18cc138ec6868474002 Mon Sep 17 00:00:00 2001 From: Nelson Earle Date: Mon, 1 Apr 2024 19:08:20 -0500 Subject: [PATCH] fix: cargo doc warning --- other_crates/type_ulid/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_crates/type_ulid/src/lib.rs b/other_crates/type_ulid/src/lib.rs index 430ddf5247..6339c68c74 100644 --- a/other_crates/type_ulid/src/lib.rs +++ b/other_crates/type_ulid/src/lib.rs @@ -1,4 +1,4 @@ -//! A simple crate containing the [`TypeUlid`] trait to allow associating [`Ulid`][ulid::Ulid] +//! A simple crate containing the [`TypeUlid`] trait to allow associating [`Ulid`] //! identifiers with Rust types. //! //! # Example