disco: Drop some unneeded derived traits from Feature.
This commit is contained in:
parent
69f1405b9c
commit
31a7d8be23
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use ns::{DISCO_INFO_NS, DATA_FORMS_NS};
|
||||||
|
|
||||||
use data_forms::{DataForm, DataFormType, parse_data_form};
|
use data_forms::{DataForm, DataFormType, parse_data_form};
|
||||||
|
|
||||||
#[derive(Debug, Eq, PartialEq, Ord, PartialOrd)]
|
#[derive(Debug, PartialEq)]
|
||||||
pub struct Feature {
|
pub struct Feature {
|
||||||
pub var: String,
|
pub var: String,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue