migrate remaining errors to new model #223
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (2)
src/token.rs|4 col 34| error[E0432]: unresolved import crate::diagnostic::IntoReport
--> src/token.rs:4:34
|
4 | diagnostic::{diagnostic_url, IntoReport, Label},
| ^^^^^^^^^^ no IntoReport
in diagnostic
src/index.rs|39 col 34| error[E0432]: unresolved import crate::diagnostic::IntoReport
--> src/index.rs:39:34
|
39 | diagnostic::{diagnostic_url, IntoReport, Label},
| ^^^^^^^^^^ no IntoReport
in diagnostic
Filtered Findings (0)
Annotations
Check failure on line 4 in src/token.rs
github-actions / clippy
[clippy] src/token.rs#L4
error[E0432]: unresolved import `crate::diagnostic::IntoReport`
--> src/token.rs:4:34
|
4 | diagnostic::{diagnostic_url, IntoReport, Label},
| ^^^^^^^^^^ no `IntoReport` in `diagnostic`
Raw output
src/token.rs:4:34:e:error[E0432]: unresolved import `crate::diagnostic::IntoReport`
--> src/token.rs:4:34
|
4 | diagnostic::{diagnostic_url, IntoReport, Label},
| ^^^^^^^^^^ no `IntoReport` in `diagnostic`
__END__
Check failure on line 39 in src/index.rs
github-actions / clippy
[clippy] src/index.rs#L39
error[E0432]: unresolved import `crate::diagnostic::IntoReport`
--> src/index.rs:39:34
|
39 | diagnostic::{diagnostic_url, IntoReport, Label},
| ^^^^^^^^^^ no `IntoReport` in `diagnostic`
Raw output
src/index.rs:39:34:e:error[E0432]: unresolved import `crate::diagnostic::IntoReport`
--> src/index.rs:39:34
|
39 | diagnostic::{diagnostic_url, IntoReport, Label},
| ^^^^^^^^^^ no `IntoReport` in `diagnostic`
__END__