Skip to content

Commit 43c7dfd

Browse files
jfinkelssylvestre
authored andcommitted
uucore: remove mention of crash in docs
The `crash!` macro has been removed in #7084
1 parent 505da7e commit 43c7dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uucore/src/lib/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//! fully qualified name like this:
2121
//!
2222
//! ```no_run
23-
//! use uucore::{show, crash};
23+
//! use uucore::show;
2424
//! ```
2525
//!
2626
//! Here's an overview of the macros sorted by purpose

0 commit comments

Comments
 (0)