Skip to content

ManagedVecRefMut rename #478

ManagedVecRefMut rename

ManagedVecRefMut rename #478

Triggered via pull request November 28, 2024 15:56
Status Success
Total duration 1m 20s
Artifacts

plotter-test.yml

on: pull_request
Plotter tests
1m 9s
Plotter tests
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
[clippy] framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L25: framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L25
warning: the following explicit lifetimes could be elided: 'a --> framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs:25:6 | 25 | impl<'a, M, T> ManagedVecRefMut<'a, M, T> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 25 - impl<'a, M, T> ManagedVecRefMut<'a, M, T> 25 + impl<M, T> ManagedVecRefMut<'_, M, T> |
[clippy] framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L50: framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L50
warning: the following explicit lifetimes could be elided: 'a --> framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs:50:6 | 50 | impl<'a, M, T> Drop for ManagedVecRefMut<'a, M, T> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 50 - impl<'a, M, T> Drop for ManagedVecRefMut<'a, M, T> 50 + impl<M, T> Drop for ManagedVecRefMut<'_, M, T> |
[clippy] framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L66: framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L66
warning: the following explicit lifetimes could be elided: 'a --> framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs:66:6 | 66 | impl<'a, M, T> Deref for ManagedVecRefMut<'a, M, T> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 66 - impl<'a, M, T> Deref for ManagedVecRefMut<'a, M, T> 66 + impl<M, T> Deref for ManagedVecRefMut<'_, M, T> |
[clippy] framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L78: framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L78
warning: the following explicit lifetimes could be elided: 'a --> framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs:78:6 | 78 | impl<'a, M, T> DerefMut for ManagedVecRefMut<'a, M, T> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 78 - impl<'a, M, T> DerefMut for ManagedVecRefMut<'a, M, T> 78 + impl<M, T> DerefMut for ManagedVecRefMut<'_, M, T> |
[clippy] framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L25: framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L25
warning: the following explicit lifetimes could be elided: 'a --> framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs:25:6 | 25 | impl<'a, M, T> ManagedVecRefMut<'a, M, T> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 25 - impl<'a, M, T> ManagedVecRefMut<'a, M, T> 25 + impl<M, T> ManagedVecRefMut<'_, M, T> |
[clippy] framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L50: framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L50
warning: the following explicit lifetimes could be elided: 'a --> framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs:50:6 | 50 | impl<'a, M, T> Drop for ManagedVecRefMut<'a, M, T> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 50 - impl<'a, M, T> Drop for ManagedVecRefMut<'a, M, T> 50 + impl<M, T> Drop for ManagedVecRefMut<'_, M, T> |
[clippy] framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L66: framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L66
warning: the following explicit lifetimes could be elided: 'a --> framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs:66:6 | 66 | impl<'a, M, T> Deref for ManagedVecRefMut<'a, M, T> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 66 - impl<'a, M, T> Deref for ManagedVecRefMut<'a, M, T> 66 + impl<M, T> Deref for ManagedVecRefMut<'_, M, T> |
[clippy] framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L78: framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs#L78
warning: the following explicit lifetimes could be elided: 'a --> framework/base/src/types/managed/wrapped/managed_vec_ref_mut.rs:78:6 | 78 | impl<'a, M, T> DerefMut for ManagedVecRefMut<'a, M, T> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 78 - impl<'a, M, T> DerefMut for ManagedVecRefMut<'a, M, T> 78 + impl<M, T> DerefMut for ManagedVecRefMut<'_, M, T> |