Rewrite description of the crate #8
doc.yml
on: push
Build docs
11s
Sync readme
33s
Annotations
12 warnings
the following explicit lifetimes could be elided: 'a:
src/lib.rs#L412
warning: the following explicit lifetimes could be elided: 'a
--> src/lib.rs:412:6
|
412 | impl<'a, T> fmt::Debug for ListIter<'a, T> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
412 - impl<'a, T> fmt::Debug for ListIter<'a, T> {
412 + impl<T> fmt::Debug for ListIter<'_, T> {
|
|
the following explicit lifetimes could be elided: 'a:
src/lib.rs#L410
warning: the following explicit lifetimes could be elided: 'a
--> src/lib.rs:410:6
|
410 | impl<'a, T> ExactSizeIterator for ListIter<'a, T> {}
| ^^ ^^
|
= 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
|
410 - impl<'a, T> ExactSizeIterator for ListIter<'a, T> {}
410 + impl<T> ExactSizeIterator for ListIter<'_, T> {}
|
|
the following explicit lifetimes could be elided: 'a:
src/lib.rs#L412
warning: the following explicit lifetimes could be elided: 'a
--> src/lib.rs:412:6
|
412 | impl<'a, T> fmt::Debug for ListIter<'a, T> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
412 - impl<'a, T> fmt::Debug for ListIter<'a, T> {
412 + impl<T> fmt::Debug for ListIter<'_, T> {
|
|
the following explicit lifetimes could be elided: 'a:
src/lib.rs#L410
warning: the following explicit lifetimes could be elided: 'a
--> src/lib.rs:410:6
|
410 | impl<'a, T> ExactSizeIterator for ListIter<'a, T> {}
| ^^ ^^
|
= 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
|
410 - impl<'a, T> ExactSizeIterator for ListIter<'a, T> {}
410 + impl<T> ExactSizeIterator for ListIter<'_, T> {}
|
|
Build docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
the following explicit lifetimes could be elided: 'a:
src/lib.rs#L412
warning: the following explicit lifetimes could be elided: 'a
--> src/lib.rs:412:6
|
412 | impl<'a, T> fmt::Debug for ListIter<'a, T> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
412 - impl<'a, T> fmt::Debug for ListIter<'a, T> {
412 + impl<T> fmt::Debug for ListIter<'_, T> {
|
|
the following explicit lifetimes could be elided: 'a:
src/lib.rs#L410
warning: the following explicit lifetimes could be elided: 'a
--> src/lib.rs:410:6
|
410 | impl<'a, T> ExactSizeIterator for ListIter<'a, T> {}
| ^^ ^^
|
= 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
|
410 - impl<'a, T> ExactSizeIterator for ListIter<'a, T> {}
410 + impl<T> ExactSizeIterator for ListIter<'_, T> {}
|
|
the following explicit lifetimes could be elided: 'a:
src/lib.rs#L412
warning: the following explicit lifetimes could be elided: 'a
--> src/lib.rs:412:6
|
412 | impl<'a, T> fmt::Debug for ListIter<'a, T> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
412 - impl<'a, T> fmt::Debug for ListIter<'a, T> {
412 + impl<T> fmt::Debug for ListIter<'_, T> {
|
|
the following explicit lifetimes could be elided: 'a:
src/lib.rs#L410
warning: the following explicit lifetimes could be elided: 'a
--> src/lib.rs:410:6
|
410 | impl<'a, T> ExactSizeIterator for ListIter<'a, T> {}
| ^^ ^^
|
= 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
|
410 - impl<'a, T> ExactSizeIterator for ListIter<'a, T> {}
410 + impl<T> ExactSizeIterator for ListIter<'_, T> {}
|
|