Get rid of clean::Deprecation
This brings the size of `item.deprecation` from 56 to 16 bytes.
This commit is contained in:
parent
cbab347e68
commit
7d452430fa
5 changed files with 21 additions and 30 deletions
|
@ -621,7 +621,7 @@ pub fn eval_condition(
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Encodable, Decodable, Clone, HashStable_Generic)]
|
||||
#[derive(Debug, Encodable, Decodable, Clone, HashStable_Generic)]
|
||||
pub struct Deprecation {
|
||||
pub since: Option<Symbol>,
|
||||
/// The note to issue a reason.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue