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