Skip to content

Commit

Permalink
events: Remove accidentally copy-pasted docs line
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Nov 23, 2020
1 parent d16fd4b commit 0ae0a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruma-events/src/room/avatar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub struct AvatarEventContent {
#[serde(skip_serializing_if = "Option::is_none")]
pub info: Option<Box<ImageInfo>>,

/// Information about the avatar thumbnail image.
/// URL of the avatar image.
pub url: String,
}
Expand Down

0 comments on commit 0ae0a89

Please sign in to comment.