elide lifetime for Default Options impl
This commit is contained in:
parent
da3c3eabfc
commit
ed85ad55a2
@ -148,7 +148,7 @@ pub struct Options<'a> {
|
||||
quiet: bool,
|
||||
}
|
||||
|
||||
impl<'a> Default for Options<'a> {
|
||||
impl Default for Options<'_> {
|
||||
#[inline]
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
|
Loading…
x
Reference in New Issue
Block a user