We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bad8f commit 4b7eac2Copy full SHA for 4b7eac2
src/traits.rs
@@ -150,7 +150,7 @@ impl private::NewTypeMarker for crate::ProvenanceId {}
150
/// The `C` programming language allows implicit casts between
151
/// integer types.
152
/// This implicit behavior allows one to index a table column
153
-/// using a row id type ([`crate::bindings::tsk_id_t`]) because
+/// using a row id type (`tsk_id_t`) because
154
/// the compiler will cast it to `size_t`.
155
///
156
/// `rust` does not allow implicit casts, which makes working
0 commit comments