Skip to content

Commit

Permalink
uucore: remove mention of crash in docs
Browse files Browse the repository at this point in the history
The `crash!` macro has been removed in #7084
  • Loading branch information
jfinkels authored and sylvestre committed Jan 10, 2025
1 parent 505da7e commit 43c7dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uucore/src/lib/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! fully qualified name like this:
//!
//! ```no_run
//! use uucore::{show, crash};
//! use uucore::show;
//! ```
//!
//! Here's an overview of the macros sorted by purpose
Expand Down

0 comments on commit 43c7dfd

Please sign in to comment.