jingle: Add a comment.

This commit is contained in:
Emmanuel Gil Peyrot 2017-06-14 00:59:37 +01:00
parent ebc7582250
commit 393402032c

View file

@ -46,7 +46,7 @@ generate_attribute!(Senders, "senders", {
#[derive(Debug, Clone)] #[derive(Debug, Clone)]
pub struct Content { pub struct Content {
pub creator: Creator, pub creator: Creator,
pub disposition: String, pub disposition: String, // TODO: the list of values is defined, use an enum!
pub name: String, pub name: String,
pub senders: Senders, pub senders: Senders,
pub description: Option<Element>, pub description: Option<Element>,