Update for Bevy 0.15 #18
GitHub Actions / clippy
failed
Nov 15, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.82.0 (f6e511eec 2024-10-15)
- cargo 1.82.0 (8f40fc59f 2024-08-21)
- clippy 0.1.82 (f6e511e 2024-10-15)
Annotations
Check failure on line 26 in src/../README.md
github-actions / clippy
needless `fn main` in doctest
error: needless `fn main` in doctest
--> src/../README.md:16:1
|
16 | / use bevy::{prelude::*, log::LogPlugin};
17 | |
18 | | use vleue_sentry::sentry_panic_reporter;
... |
25 | | }));
26 | | }
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_doctest_main
= note: `-D clippy::needless-doctest-main` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_doctest_main)]`
Loading