Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Dec 13, 2023
1 parent 423ef0b commit bf6f23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spdlog/src/formatter/pattern_formatter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ pub mod tests {

#[test]
fn test_pattern_ref_as_pattern() {
#[allow(clippy::needless_borrow)]
#[allow(clippy::needless_borrow)] // 1
test_pattern(&String::from("literal"), "literal", None);
}

Expand Down

0 comments on commit bf6f23e

Please sign in to comment.