Skip to content

Commit 4b7eac2

Browse files
authored
fix broken intradoc link (#795)
1 parent 61bad8f commit 4b7eac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl private::NewTypeMarker for crate::ProvenanceId {}
150150
/// The `C` programming language allows implicit casts between
151151
/// integer types.
152152
/// This implicit behavior allows one to index a table column
153-
/// using a row id type ([`crate::bindings::tsk_id_t`]) because
153+
/// using a row id type (`tsk_id_t`) because
154154
/// the compiler will cast it to `size_t`.
155155
///
156156
/// `rust` does not allow implicit casts, which makes working

0 commit comments

Comments
 (0)