Closed DXist closed 2 years ago
I set warn level for single_use_lifetimes rustc lint in my project.
single_use_lifetimes
This lint triggers for structs that don't have references and derive Validate trait.
Validate
The fix allows to have single use of the 'v_a lifetime.
'v_a
I set warn level for
single_use_lifetimes
rustc lint in my project.This lint triggers for structs that don't have references and derive
Validate
trait.The fix allows to have single use of the
'v_a
lifetime.