Struct clippy_lints::utils::SpanlessHash [] [src]

pub struct SpanlessHash<'a, 'tcx: 'a> { /* fields omitted */ }

Type used to hash an ast element. This is different from the Hash trait on ast types as this trait would consider IDs and spans.

All expressions kind are hashed, but some might have a weaker hash.

Methods

impl<'a, 'tcx: 'a> SpanlessHash<'a, 'tcx>
[src]