unutterable things

This commit is contained in:
dawn 2022-08-04 15:10:04 -04:00 committed by GitHub
parent e5366a21ee
commit 7816133652
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.