Skip to content

Introducing zung_parsers #69

Introducing zung_parsers

Introducing zung_parsers #69

GitHub Actions / clippy failed Oct 6, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

zung_parsers/src/bencode/mod.rs|3 col 1| error[E0583]: file not found for module parsers
--> zung_parsers/src/bencode/mod.rs:3:1
|
3 | mod parsers;
| ^^^^^^^^^^^^
|
= help: to create the module parsers, create file "zung_parsers/src/bencode/parsers.rs" or "zung_parsers/src/bencode/parsers/mod.rs"
= note: if there is a mod parsers elsewhere in the crate already, import it with use crate::... instead

Filtered Findings (0)

Annotations

Check failure on line 3 in zung_parsers/src/bencode/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] zung_parsers/src/bencode/mod.rs#L3

error[E0583]: file not found for module `parsers`
 --> zung_parsers/src/bencode/mod.rs:3:1
  |
3 | mod parsers;
  | ^^^^^^^^^^^^
  |
  = help: to create the module `parsers`, create file "zung_parsers/src/bencode/parsers.rs" or "zung_parsers/src/bencode/parsers/mod.rs"
  = note: if there is a `mod parsers` elsewhere in the crate already, import it with `use crate::...` instead
Raw output
zung_parsers/src/bencode/mod.rs:3:1:e:error[E0583]: file not found for module `parsers`
 --> zung_parsers/src/bencode/mod.rs:3:1
  |
3 | mod parsers;
  | ^^^^^^^^^^^^
  |
  = help: to create the module `parsers`, create file "zung_parsers/src/bencode/parsers.rs" or "zung_parsers/src/bencode/parsers/mod.rs"
  = note: if there is a `mod parsers` elsewhere in the crate already, import it with `use crate::...` instead


__END__