mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 15:52:27 +00:00
Remove unnecessary async_trait usages
This commit is contained in:
@@ -64,7 +64,6 @@ pub enum PrincipalPropName {
|
||||
CalendarUserAddressSet,
|
||||
}
|
||||
|
||||
#[async_trait(?Send)]
|
||||
impl Resource for PrincipalFile {
|
||||
type PropName = PrincipalPropName;
|
||||
type Prop = PrincipalProp;
|
||||
|
||||
Reference in New Issue
Block a user