Skip to content

Commit 0b850a2

Browse files
author
Paolo Tranquilli
committed
Rust: add missing doc
1 parent beb27bf commit 0b850a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/ql/lib/codeql/rust/elements/Locatable.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ private import codeql.rust.generated.Synth
88
private import codeql.rust.generated.Raw
99

1010
class Locatable extends Generated::Locatable {
11+
/** Gets the primary location of this element. */
1112
pragma[nomagic]
1213
final Location getLocation() {
1314
exists(Raw::Locatable raw |

0 commit comments

Comments
 (0)