pub fn find_deprecation( sess: &Session, attrs: &[Attribute]) -> Option<(Deprecation, Span)>
Finds the deprecation attribute. None if none exists.
None