Skip to content

Commit

Permalink
Make Clippy happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdwalters committed Dec 15, 2024
1 parent 0860987 commit 47d58f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub mod postprocessor;
mod stdlib;
mod validity;

const SUCCEEDED: &'static str = "Succeeded";
const SUCCEEDED: &str = "Succeeded";

/// Compare the output of the given code with the expected output.
pub fn test_amber(code: impl Into<String>, expected: &str) {
Expand Down

0 comments on commit 47d58f6

Please sign in to comment.