diff --git a/src/uucore/src/lib/macros.rs b/src/uucore/src/lib/macros.rs index 7d428f4e73f..3ef16ab4d5a 100644 --- a/src/uucore/src/lib/macros.rs +++ b/src/uucore/src/lib/macros.rs @@ -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