disco: Drop some unneeded derived traits from Feature.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-19 21:50:14 +01:00
parent 69f1405b9c
commit 31a7d8be23

View file

@ -7,7 +7,7 @@ use ns::{DISCO_INFO_NS, DATA_FORMS_NS};
use data_forms::{DataForm, DataFormType, parse_data_form};
#[derive(Debug, Eq, PartialEq, Ord, PartialOrd)]
#[derive(Debug, PartialEq)]
pub struct Feature {
pub var: String,
}