Skip to content

Commit

Permalink
chore: Fix docstring, make clippy happy
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Jul 25, 2024
1 parent 8ea2334 commit 20d3ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evaluation/precompiled_policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ impl PrecompiledPolicy {
/// A dictionary with:
/// * Key: the URL of the WebAssembly module
/// * Value: a Result containing the precompiled policy or an error.
///
/// Errors are stored and will be reported to the user in the API response.
pub(crate) type PrecompiledPolicies = HashMap<String, Result<PrecompiledPolicy>>;

Expand Down

0 comments on commit 20d3ab2

Please sign in to comment.