Retire impl_stable_hash_for_spanned.

This commit is contained in:
Camille GILLOT 2019-11-10 18:50:11 +01:00
parent e85c195174
commit 8c86a79947
4 changed files with 1 additions and 32 deletions

View file

@ -39,7 +39,7 @@ pub fn original_sp(sp: Span, enclosing_sp: Span) -> Span {
}
}
#[derive(Clone, RustcEncodable, RustcDecodable, Debug, Copy)]
#[derive(Clone, RustcEncodable, RustcDecodable, Debug, Copy, HashStable_Generic)]
pub struct Spanned<T> {
pub node: T,
pub span: Span,