fix master build

This commit is contained in:
holger krekel
2020-01-21 17:27:21 +01:00
parent 3807d5fbd0
commit d3b1972505

View File

@@ -1045,7 +1045,6 @@ fn compare_addrs(a: &mailparse::MailAddr, b: &mailparse::MailAddr) -> bool {
mod tests {
use super::*;
use crate::test_utils::*;
use proptest::prelude::*;
#[test]
fn test_dc_mimeparser_crash() {