Add status class enums, fill in language addresses (#301) #293
release.yml
on: push
check-symbols
/
test
6s
check-headers
/
compile
5s
check-headers
/
format-check
7s
check-symbols
/
format-check
10s
check-resymgen
/
format-check
3s
check-resymgen
/
build-and-test
20s
check-resymgen
/
clippy-check
17s
check-headers
/
implicit-padding-check
4s
check-headers
/
compile-no-builtin
3s
check-headers
/
compile-unsized
5s
generate-and-deploy
19s
Annotations
17 warnings
check-resymgen / format-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-headers / compile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-symbols / test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-headers / format-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-symbols / format-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
doc list item without indentation:
src/transform.rs#L71
warning: doc list item without indentation
--> src/transform.rs:71:5
|
71 | /// a vector containing a single empty string ("").
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
71 | /// a vector containing a single empty string ("").
| +++
|
doc list item without indentation:
src/transform.rs#L69
warning: doc list item without indentation
--> src/transform.rs:69:5
|
69 | /// based on the addresses it contains.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
69 | /// based on the addresses it contains.
| +++
|
the following explicit lifetimes could be elided: 'v:
src/data_formats/symgen_yml/symgen.rs#L203
warning: the following explicit lifetimes could be elided: 'v
--> src/data_formats/symgen_yml/symgen.rs:203:6
|
203 | impl<'v, 's, I> Iterator for RealizedSymbolIter<'v, 's, I>
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
203 - impl<'v, 's, I> Iterator for RealizedSymbolIter<'v, 's, I>
203 + impl<'s, I> Iterator for RealizedSymbolIter<'_, 's, I>
|
|
the following explicit lifetimes could be elided: 'm:
src/data_formats/symgen_yml/merge.rs#L484
warning: the following explicit lifetimes could be elided: 'm
--> src/data_formats/symgen_yml/merge.rs:484:6
|
484 | impl<'m, 's> SymbolListManager<'m, 's> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
484 - impl<'m, 's> SymbolListManager<'m, 's> {
484 + impl<'s> SymbolListManager<'_, 's> {
|
|
the following explicit lifetimes could be elided: 'a:
src/checks.rs#L318
warning: the following explicit lifetimes could be elided: 'a
--> src/checks.rs:318:10
|
318 | impl<'a> CompleteVersionListChecker<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
help: elide the lifetimes
|
318 - impl<'a> CompleteVersionListChecker<'a> {
318 + impl CompleteVersionListChecker<'_> {
|
|
check-headers / compile-no-builtin
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-headers / implicit-padding-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-resymgen / clippy-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-headers / compile-unsized
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-resymgen / build-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-symbol-header-sync / sync-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
generate-and-deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|