Skip to content

Commit 4ef38f4

Browse files
committed
Update builder.rs
1 parent 73f8f5d commit 4ef38f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bd-logger/src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ impl LoggerBuilder {
135135
}
136136

137137
/// Sets a hook that is invoked before each crash report is sent. The hook can inspect
138-
/// the report and return additional log fields. A timeout is enforced to prevent blocking.
138+
/// the report and return additional log fields.
139139
#[must_use]
140140
pub fn with_crash_report_hook(
141141
mut self,

0 commit comments

Comments
 (0)