elide lifetime for Default Options impl

This commit is contained in:
Ivan Tham 2020-08-01 12:12:21 +08:00 committed by Connor Skees
parent da3c3eabfc
commit ed85ad55a2

View File

@ -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 {