Skip to content

Commit 99da90c

Browse files
committed
Allow clippy lint for approx_constant
1 parent 445aeae commit 99da90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/convert.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ mod tests {
581581
}
582582

583583
#[cfg(feature = "json")]
584+
#[allow(clippy::approx_constant)]
584585
#[test]
585586
fn convert_from_json() {
586587
fn json_to_bolt(value: serde_json::Value) -> Result<BoltType, Error> {

0 commit comments

Comments
 (0)