build(deps): bump react-flatpickr from 3.10.13 to 4.0.4 in /exomind/web #5430
Annotations
10 warnings
exocore/protos/src/generated/capn/common_capnp.rs#L512
warning: the following explicit lifetimes could be elided: 'a
--> exocore/protos/src/generated/capn/common_capnp.rs:512:10
|
512 | impl<'a> ::core::clone::Clone for Reader<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
512 - impl<'a> ::core::clone::Clone for Reader<'a> {
512 + impl ::core::clone::Clone for Reader<'_> {
|
|
exocore/protos/src/generated/capn/common_capnp.rs#L511
warning: the following explicit lifetimes could be elided: 'a
--> exocore/protos/src/generated/capn/common_capnp.rs:511:10
|
511 | impl<'a> ::core::marker::Copy for Reader<'a> {}
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
511 - impl<'a> ::core::marker::Copy for Reader<'a> {}
511 + impl ::core::marker::Copy for Reader<'_> {}
|
|
exocore/protos/src/generated/capn/common_capnp.rs#L211
warning: the following explicit lifetimes could be elided: 'a
--> exocore/protos/src/generated/capn/common_capnp.rs:211:10
|
211 | impl<'a> ::capnp::traits::SetterInput<Owned> for Reader<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
211 - impl<'a> ::capnp::traits::SetterInput<Owned> for Reader<'a> {
211 + impl ::capnp::traits::SetterInput<Owned> for Reader<'_> {
|
|
exocore/protos/src/generated/capn/common_capnp.rs#L161
warning: the following explicit lifetimes could be elided: 'a
--> exocore/protos/src/generated/capn/common_capnp.rs:161:10
|
161 | impl<'a> ::capnp::traits::HasTypeId for Builder<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
161 - impl<'a> ::capnp::traits::HasTypeId for Builder<'a> {
161 + impl ::capnp::traits::HasTypeId for Builder<'_> {
|
|
exocore/protos/src/generated/capn/common_capnp.rs#L154
warning: the following explicit lifetimes could be elided: 'a
--> exocore/protos/src/generated/capn/common_capnp.rs:154:10
|
154 | impl<'a> ::capnp::traits::HasStructSize for Builder<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
154 - impl<'a> ::capnp::traits::HasStructSize for Builder<'a> {
154 + impl ::capnp::traits::HasStructSize for Builder<'_> {
|
|
exocore/protos/src/generated/capn/common_capnp.rs#L62
warning: the following explicit lifetimes could be elided: 'a
--> exocore/protos/src/generated/capn/common_capnp.rs:62:10
|
62 | impl<'a> ::core::fmt::Debug for Reader<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
62 - impl<'a> ::core::fmt::Debug for Reader<'a> {
62 + impl ::core::fmt::Debug for Reader<'_> {
|
|
exocore/protos/src/generated/capn/common_capnp.rs#L40
warning: the following explicit lifetimes could be elided: 'a
--> exocore/protos/src/generated/capn/common_capnp.rs:40:10
|
40 | impl<'a> ::capnp::traits::HasTypeId for Reader<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
40 - impl<'a> ::capnp::traits::HasTypeId for Reader<'a> {
40 + impl ::capnp::traits::HasTypeId for Reader<'_> {
|
|
exocore/protos/src/generated/capn/common_capnp.rs#L34
warning: the following explicit lifetimes could be elided: 'a
--> exocore/protos/src/generated/capn/common_capnp.rs:34:10
|
34 | impl<'a> ::core::clone::Clone for Reader<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
34 - impl<'a> ::core::clone::Clone for Reader<'a> {
34 + impl ::core::clone::Clone for Reader<'_> {
|
|
exocore/protos/src/generated/capn/common_capnp.rs#L33
warning: the following explicit lifetimes could be elided: 'a
--> exocore/protos/src/generated/capn/common_capnp.rs:33:10
|
33 | impl<'a> ::core::marker::Copy for Reader<'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
|
33 - impl<'a> ::core::marker::Copy for Reader<'a> {}
33 + impl ::core::marker::Copy for Reader<'_> {}
|
|
exocore/core/build.rs#L2
warning: use of deprecated function `shadow_rs::new`: Please use [`ShadowBuilder::builder`] instead
--> exocore/core/build.rs:2:16
|
2 | shadow_rs::new()
| ^^^
|
= note: `#[warn(deprecated)]` on by default
|
The logs for this run have expired and are no longer available.
Loading