Skip to content

Commit 94e8ff9

Browse files
authored
Merge branch 'main' into levi/fix-windows-declspec-vars
2 parents 71c47c5 + e0df0d6 commit 94e8ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libdd-crashtracker-ffi/src/crash_info/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ pub unsafe extern "C" fn ddog_crasht_CrashInfoBuilder_with_thread_name(
428428
/// The `builder` can be null, but if non-null it must point to a Builder made by this module,
429429
/// which has not previously been dropped.
430430
/// All arguments must be valid.
431-
/// This method requires that the builder has a UUID, siginfo, and metadata set
431+
/// This method requires that the builder has a UUID and metadata set
432432
#[no_mangle]
433433
#[must_use]
434434
#[named]

0 commit comments

Comments
 (0)