Update rust/ql/lib/codeql/rust/elements/internal/ElementImpl.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tom Hvitved
2025-11-10 12:42:28 +01:00
committed by GitHub
parent c81f5f5190
commit de367eaad6

View File

@@ -54,7 +54,7 @@ module Impl {
/**
* Gets the immediately enclosing macro invocation for element `e`, if any.
*
* The result is either a `MacroCall`, and `Adt` with a derive macro expansion, or
* The result is either a `MacroCall`, an `Adt` with a derive macro expansion, or
* an `Item` with an attribute macro expansion.
*/
cached