From 61d843f9b30f50c7034fce946dc598eea2cc9ac4 Mon Sep 17 00:00:00 2001 From: dawn <78233879+dawnofmidnight@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:10:04 -0400 Subject: [PATCH] unutterable things --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 017d92c..e2dee81 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -45,7 +45,7 @@ pub unsafe trait AccursedUnutterablyTypeIdentified: 'static { fn type_id() -> AccursedUnutterableTypeId; } -/// A unique type id for a type. A fancier (less fancy) [`std::any::TypeId]`] without any +/// A unique type id for a type. A fancier (less fancy) [`std::any::TypeId`] without any /// internal compiler magic! /// /// It can easily be derived for your type. The derive is the only way to implement this trait.