Skip to content

migrate remaining errors to new model #223

migrate remaining errors to new model

migrate remaining errors to new model #223

GitHub Actions / clippy failed Feb 18, 2025 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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__