Skip to content

Commit c0096da

Browse files
committed
Add missing doc comment
1 parent e993541 commit c0096da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub fn panic(_info: &PanicInfo<'_>) -> ! {
4141
loop {}
4242
}
4343

44+
/// Error handler personality language item (current no-op, to satisfy clippy).
4445
#[cfg_attr(not(test), lang = "eh_personality")]
4546
#[no_mangle]
4647
pub extern fn rust_eh_personality() {}

0 commit comments

Comments
 (0)