Fix clippy lints

Fixes: #2926
This commit is contained in:
Wolfgang Silbermayr
2022-06-07 09:12:28 +02:00
parent 6c7ce0ba45
commit 5339f7cdae
119 changed files with 864 additions and 831 deletions

View File

@ -20,7 +20,7 @@ impl WriterRelocate {
// We autodetect it, based on the host
None => RunTimeEndian::default(),
};
WriterRelocate {
Self {
relocs: Vec::new(),
writer: EndianVec::new(endianness),
}