Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modifies components + adds walk #62

Closed
wants to merge 2 commits into from

adds walk_to to `Resolve`

8bbbbce
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

modifies components + adds walk #62

adds walk_to to `Resolve`
8bbbbce
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Jul 10, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

src/resolve.rs|36 col 12| warning: unused import: borrow::Borrow
--> src/resolve.rs:36:12
|
36 | use core::{borrow::Borrow, fmt, ops::ControlFlow};
| ^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

Filtered Findings (0)

Annotations

Check warning on line 36 in src/resolve.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] src/resolve.rs#L36

warning: unused import: `borrow::Borrow`
  --> src/resolve.rs:36:12
   |
36 | use core::{borrow::Borrow, fmt, ops::ControlFlow};
   |            ^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default
Raw output
src/resolve.rs:36:12:w:warning: unused import: `borrow::Borrow`
  --> src/resolve.rs:36:12
   |
36 | use core::{borrow::Borrow, fmt, ops::ControlFlow};
   |            ^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default


__END__