docs(lex): Don't elide content

This commit is contained in:
Ed Page 2023-02-23 11:18:51 -06:00
parent ec878c849b
commit 44782c7f71

View file

@ -7,8 +7,10 @@
//! # Examples
//!
//! ```rust
//! # use std::path::PathBuf;
//! # type BoxedError = Box<dyn std::error::Error + Send + Sync>;
//! use std::path::PathBuf;
//!
//! type BoxedError = Box<dyn std::error::Error + Send + Sync>;
//!
//! #[derive(Debug)]
//! struct Args {
//! paths: Vec<PathBuf>,