From 43613070d0db32511e48fdc0f73a880ec5888da8 Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Fri, 31 Jan 2025 09:48:48 +0100 Subject: [PATCH] Rust: Elaborate QL doc on `PathResolution.qll` --- rust/ql/lib/codeql/rust/elements/internal/PathResolution.qll | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust/ql/lib/codeql/rust/elements/internal/PathResolution.qll b/rust/ql/lib/codeql/rust/elements/internal/PathResolution.qll index 739bbc3155831..c9e971e5d04fc 100644 --- a/rust/ql/lib/codeql/rust/elements/internal/PathResolution.qll +++ b/rust/ql/lib/codeql/rust/elements/internal/PathResolution.qll @@ -1,4 +1,6 @@ -/** Provides functionality for resolving paths. */ +/** + * Provides functionality for resolving paths, using the predicate `resolvePath`. + */ private import rust private import codeql.rust.elements.internal.generated.ParentChild