We successfully found a lint failure.
(msg: impl AsRef<str>)
| 63 | |
| 64 | /// We successfully found a lint failure. |
| 65 | fn lint_err(msg: impl AsRef<str>) -> LintResult { |
| 66 | Ok(Err(LintError::new(msg))) |
| 67 | } |
| 68 | |
| 69 | impl std::fmt::Display for LintError { |
| 70 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
no outgoing calls
no test coverage detected