Skip to content

Commit 7644dec

Browse files
allow false positives
1 parent 2cbc62a commit 7644dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simpleinterpolation/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ impl std::error::Error for RenderError<'_> {}
279279

280280
#[cfg(test)]
281281
mod tests {
282+
#![allow(clippy::literal_string_with_formatting_args)]
282283
use std::collections::HashMap;
283284

284285
use super::*;

0 commit comments

Comments
 (0)