Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Athanasiou committed Jan 9, 2025
1 parent 5e00af9 commit 6db8492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protypo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ impl Generator {
let rrgen = RRgen::with_templates(templates).map_err(|err| {
std::io::Error::new(
std::io::ErrorKind::Other,
format!("Could not initialize rrgen, due to error: {:?}", err),
format!("Could not initialize rrgen, due to error: {err:?}"),
)
})?;

Expand Down

0 comments on commit 6db8492

Please sign in to comment.