Skip to content

Commit 20d3ab2

Browse files
committed
chore: Fix docstring, make clippy happy
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
1 parent 8ea2334 commit 20d3ab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/evaluation/precompiled_policy.rs

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ impl PrecompiledPolicy {
6767
/// A dictionary with:
6868
/// * Key: the URL of the WebAssembly module
6969
/// * Value: a Result containing the precompiled policy or an error.
70+
///
7071
/// Errors are stored and will be reported to the user in the API response.
7172
pub(crate) type PrecompiledPolicies = HashMap<String, Result<PrecompiledPolicy>>;
7273

0 commit comments

Comments
 (0)