mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
caldav, carddav: Generate Propname enums with strum
This commit is contained in:
@@ -45,7 +45,7 @@ impl<PR: Resource> Resource for RootResource<PR> {
|
||||
_user: &User,
|
||||
_prop: &Self::PropName,
|
||||
) -> Result<Self::Prop, Self::Error> {
|
||||
panic!("we shouldn't end up here")
|
||||
unreachable!("we shouldn't end up here")
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user