cargo clippy

This commit is contained in:
2025-03-13 15:56:09 +01:00
parent ae00984533
commit 48a7bf5c0a
3 changed files with 10 additions and 10 deletions

View File

@@ -82,8 +82,8 @@ impl Parser {
/// # Parameters
///
/// - `url`: The URL from which to fetch the law text. - `builder`: A mutable reference to a
/// `law::Builder` instance, which is used to construct the law structure based on the parsed
/// content.
/// `law::Builder` instance, which is used to construct the law structure based on the parsed
/// content.
///
/// # Returns
///