From addbcfb266b3c5814d6c35df0fd625388f0cdb75 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Mon, 3 Nov 2025 16:40:05 -0800 Subject: [PATCH] fix broken intradoc link --- src/traits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/traits.rs b/src/traits.rs index 0466cd737..567a8156c 100644 --- a/src/traits.rs +++ b/src/traits.rs @@ -150,7 +150,7 @@ impl private::NewTypeMarker for crate::ProvenanceId {} /// The `C` programming language allows implicit casts between /// integer types. /// This implicit behavior allows one to index a table column -/// using a row id type ([`crate::bindings::tsk_id_t`]) because +/// using a row id type (`tsk_id_t`) because /// the compiler will cast it to `size_t`. /// /// `rust` does not allow implicit casts, which makes working