From 45b64aabf5298d98a25e2d0f4dfea67e14d71963 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 9 Feb 2020 21:20:43 +0100 Subject: [PATCH] Remove outdated parts from comments --- src/r0/session/login.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/r0/session/login.rs b/src/r0/session/login.rs index 31e2ed99..cfd045d2 100644 --- a/src/r0/session/login.rs +++ b/src/r0/session/login.rs @@ -59,9 +59,9 @@ ruma_api! { #[derive(Clone, Debug, PartialEq, Eq)] pub enum UserInfo { /// Either a fully qualified Matrix user ID, or just the localpart (as part of the 'identifier' - /// field, recommended since r0.4.0). + /// field). MatrixId(String), - /// Third party identifier (as part of the 'identifier' field, recommended since r0.4.0). + /// Third party identifier (as part of the 'identifier' field). ThirdPartyId { /// Third party identifier for the user. address: String,