fixed unused var warning
This commit is contained in:
parent
e81f26e39d
commit
7fcb920bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ pub fn parse_fetches(lines: Vec<u8>) -> ZeroCopyResult<Vec<Fetch>> {
|
|||
AttributeValue::Uid(uid) => fetch.uid = Some(uid),
|
||||
AttributeValue::Rfc822(rfc) => fetch.rfc822 = rfc,
|
||||
AttributeValue::Rfc822Header(rfc) => fetch.rfc822_header = rfc,
|
||||
AttributeValue::BodySection {section, index, data} => fetch.email = data,
|
||||
AttributeValue::BodySection {section: _, index: _, data} => fetch.email = data,
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue