diff --git a/clap_lex/src/lib.rs b/clap_lex/src/lib.rs index bc4d4ba6..bc9720fc 100644 --- a/clap_lex/src/lib.rs +++ b/clap_lex/src/lib.rs @@ -7,8 +7,10 @@ //! # Examples //! //! ```rust -//! # use std::path::PathBuf; -//! # type BoxedError = Box; +//! use std::path::PathBuf; +//! +//! type BoxedError = Box; +//! //! #[derive(Debug)] //! struct Args { //! paths: Vec,