remove unnecessary PartialOrd
and Ord
This commit is contained in:
parent
b44197abb0
commit
bdc865d8f7
7 changed files with 7 additions and 27 deletions
|
@ -141,7 +141,7 @@ pub enum TokenKind {
|
|||
Unknown,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub enum DocStyle {
|
||||
Outer,
|
||||
Inner,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue