@@ -49,7 +49,7 @@ pub unsafe extern "C" fn ddog_crasht_clear_trace_ids() -> VoidResult {
4949/// Err() on failure. The most likely cause of failure is that the underlying set is full.
5050///
5151/// Note: 128 bit ints in FFI were not stabilized until Rust 1.77
52- /// https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
52+ /// < https://blog.rust-lang.org/2024/03/30/i128-layout-update.html>
5353/// We're currently locked into 1.76.0, have to do an ugly workaround involving 2 64 bit ints
5454/// until we can upgrade.
5555///
@@ -78,7 +78,7 @@ pub unsafe extern "C" fn ddog_crasht_insert_trace_id(id_high: u64, id_low: u64)
7878/// Err() on failure. The most likely cause of failure is that the underlying set is full.
7979///
8080/// Note: 128 bit ints in FFI were not stabilized until Rust 1.77
81- /// https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
81+ /// < https://blog.rust-lang.org/2024/03/30/i128-layout-update.html>
8282/// We're currently locked into 1.76.0, have to do an ugly workaround involving 2 64 bit ints
8383/// until we can upgrade.
8484///
@@ -108,7 +108,7 @@ pub unsafe extern "C" fn ddog_crasht_insert_span_id(id_high: u64, id_low: u64) -
108108/// be modified.
109109///
110110/// Note: 128 bit ints in FFI were not stabilized until Rust 1.77
111- /// https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
111+ /// < https://blog.rust-lang.org/2024/03/30/i128-layout-update.html>
112112/// We're currently locked into 1.76.0, have to do an ugly workaround involving 2 64 bit ints
113113/// until we can upgrade.
114114///
@@ -142,7 +142,7 @@ pub unsafe extern "C" fn ddog_crasht_remove_span_id(
142142/// be modified.
143143///
144144/// Note: 128 bit ints in FFI were not stabilized until Rust 1.77
145- /// https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
145+ /// < https://blog.rust-lang.org/2024/03/30/i128-layout-update.html>
146146/// We're currently locked into 1.76.0, have to do an ugly workaround involving 2 64 bit ints
147147/// until we can upgrade.
148148///
0 commit comments