fix test also for avatar deletion, use that drain filter while we in this code area :)

This commit is contained in:
holger krekel
2019-12-12 01:56:52 +01:00
parent 5690c48863
commit 5e777b3c51
3 changed files with 13 additions and 53 deletions

View File

@@ -13,6 +13,7 @@
clippy::match_bool
)]
#![feature(ptr_wrapping_offset_from)]
#![feature(drain_filter)]
#[macro_use]
extern crate failure_derive;