Skip to content

Commit

Permalink
remove unused derives and variants
Browse files Browse the repository at this point in the history
  • Loading branch information
euclio committed Jun 27, 2019
1 parent d3e2cec commit e991abd
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 68 deletions.
2 changes: 1 addition & 1 deletion src/librustdoc/clean/cfg.rs
Expand Up @@ -16,7 +16,7 @@ use syntax_pos::Span;

use crate::html::escape::Escape;

#[derive(Clone, RustcEncodable, RustcDecodable, Debug, PartialEq, Eq, Hash)]
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub enum Cfg {
/// Accepts all configurations.
True,
Expand Down

0 comments on commit e991abd

Please sign in to comment.