mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
rename strum::EnumProperty to avoid name conflict
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! # Key-value configuration management.
|
||||
|
||||
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 crate::blob::BlobObject;
|
||||
|
||||
Reference in New Issue
Block a user