From 42f1ddb222814bbf8f05bf7124ac4bde32b3b44b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 11 Feb 2021 19:08:09 +0100 Subject: [PATCH] common: Rename Medium::{MSISDN => Msisdn} --- ruma-common/src/thirdparty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma-common/src/thirdparty.rs b/ruma-common/src/thirdparty.rs index 7e30d5e5..a4fc4e91 100644 --- a/ruma-common/src/thirdparty.rs +++ b/ruma-common/src/thirdparty.rs @@ -192,7 +192,7 @@ pub enum Medium { Email, /// Phone number identifier - MSISDN, + Msisdn, #[doc(hidden)] _Custom(String),