We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b907c commit 49f8e61Copy full SHA for 49f8e61
src/lib.rs
@@ -72,6 +72,7 @@ impl JsonMutexDB {
72
///
73
/// This function will return an error if the specified file cannot be read,
74
/// if the JSON data is invalid, or if there are issues with file I/O operations.
75
+ #[allow(clippy::cast_precision_loss)]
76
pub fn new(
77
path: &str,
78
pretty: bool,
0 commit comments