Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 309 Bytes

File metadata and controls

4 lines (4 loc) · 309 Bytes
category minorAnalysis
  • The Deref trait is now considered during method resolution. This means that method calls on receivers implementing the Deref trait will correctly resolve to methods defined on the target type. This may result in additional query results, especially for data flow queries.