Add change note

This commit is contained in:
Tom Hvitved
2025-08-25 20:49:10 +02:00
parent 1d8f29136b
commit 9b4d37df24

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Attribute macros are now taken into account when identifying macro-expanded code. This affects the queries `rust/unused-variable` and `rust/unused-value`, which exclude results in macro-expanded code.