Remove outdated parts from comments

This commit is contained in:
Jonas Platte 2020-02-09 21:20:43 +01:00
parent fc2d6f354a
commit 45b64aabf5
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -59,9 +59,9 @@ ruma_api! {
#[derive(Clone, Debug, PartialEq, Eq)] #[derive(Clone, Debug, PartialEq, Eq)]
pub enum UserInfo { pub enum UserInfo {
/// Either a fully qualified Matrix user ID, or just the localpart (as part of the 'identifier' /// 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), 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 { ThirdPartyId {
/// Third party identifier for the user. /// Third party identifier for the user.
address: String, address: String,