Struct clippy::utils::SpanlessHash
[−]
[src]
pub struct SpanlessHash<'a, 'tcx> { // some 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.