events: Replace deprecated lint in UI test
This commit is contained in:
parent
733ee0d12d
commit
8f288cc1f2
@ -1,4 +1,5 @@
|
||||
#![deny(private_in_public)]
|
||||
#![deny(private_interfaces, private_bounds, unnameable_types)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
use ruma_macros::EventContent;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
Loading…
x
Reference in New Issue
Block a user