Commit e0628be
committed
Ignore doc_markdown clippy false positive
Clippy bug: rust-lang/rust-clippy#7421
error: backticks are unbalanced
--> src/lib.rs:128:1
|
128 | / //! Any error type that implements `std::error::Error` or dereferences to `dyn
129 | | //! std::error::Error` will work as a source.
130 | | //!
131 | | //! ```rust
132 | | //! # use std::fmt::{self, Display};
| |______________________________________^
|
= note: `-D clippy::doc-markdown` implied by `-D clippy::pedantic`
= help: a backtick may be missing a pair
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown1 parent a37b5ab commit e0628be
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
| |||
0 commit comments