Everything is OK - we didn't encounter a runtime error, and the targeted check passed.
()
| 58 | /// Everything is OK - we didn't encounter a runtime error, and |
| 59 | /// the targeted check passed. |
| 60 | fn lint_ok() -> LintResult { |
| 61 | Ok(Ok(())) |
| 62 | } |
| 63 | |
| 64 | /// We successfully found a lint failure. |
| 65 | fn lint_err(msg: impl AsRef<str>) -> LintResult { |
no outgoing calls
no test coverage detected