mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
rename strum::EnumProperty to avoid name conflict
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//! # Key-value configuration management.
|
//! # Key-value configuration management.
|
||||||
|
|
||||||
use anyhow::{ensure, Context as _, Result};
|
use anyhow::{ensure, Context as _, Result};
|
||||||
use strum::{EnumProperty, IntoEnumIterator};
|
use strum::{EnumProperty as EnumPropertyTrait, IntoEnumIterator};
|
||||||
use strum_macros::{AsRefStr, Display, EnumIter, EnumProperty, EnumString};
|
use strum_macros::{AsRefStr, Display, EnumIter, EnumProperty, EnumString};
|
||||||
|
|
||||||
use crate::blob::BlobObject;
|
use crate::blob::BlobObject;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use std::future::Future;
|
|||||||
use std::pin::Pin;
|
use std::pin::Pin;
|
||||||
|
|
||||||
use anyhow::{bail, Error};
|
use anyhow::{bail, Error};
|
||||||
use strum::EnumProperty;
|
use strum::EnumProperty as EnumPropertyTrait;
|
||||||
use strum_macros::EnumProperty;
|
use strum_macros::EnumProperty;
|
||||||
|
|
||||||
use crate::blob::BlobObject;
|
use crate::blob::BlobObject;
|
||||||
|
|||||||
Reference in New Issue
Block a user