@ -1852,9 +1852,8 @@ fn systemd_notify_ready() -> io::Result<()> {
}
#[cfg(test)]
#[allow(clippy::panic_in_result_fn)]
mod tests {
#![allow(clippy::panic_in_result_fn)]
use super::*;
use anyhow::Result;
use assert_cmd::Command;
@ -5852,9 +5852,8 @@ impl Timer {
#[test]
@ -277,9 +277,8 @@ impl Iterator for QueryTripleIter {
use std::io::Cursor;
@ -632,9 +632,8 @@ pub fn write_term(sink: &mut Vec<u8>, term: &EncodedTerm) {
use crate::model::TermRef;
use crate::storage::numeric_encoder::*;
@ -1914,9 +1914,8 @@ impl BulkLoader {
@ -349,9 +349,8 @@ fn to_integer_id(id: &str) -> Option<u128> {
pub struct BlankNodeIdParseError;
@ -632,9 +632,8 @@ pub fn print_quoted_str(string: &str, f: &mut impl Write) -> fmt::Result {
@ -1324,9 +1324,8 @@ impl TryFromTermError {
@ -84,9 +84,8 @@ impl fmt::Display for Boolean {
@ -2414,9 +2414,8 @@ pub struct InvalidTimezoneError {
use std::error::Error;
@ -645,9 +645,8 @@ impl From<TooLargeForDecimalError> for ParseDecimalError {
pub struct TooLargeForDecimalError;
@ -256,9 +256,8 @@ impl Div for Double {
@ -974,9 +974,8 @@ impl From<OppositeSignInDurationComponentsError> for ParseDurationError {
@ -246,9 +246,8 @@ impl Div for Float {
@ -268,9 +268,8 @@ impl TryFrom<Double> for Integer {
pub struct TooLargeForIntegerError;
@ -1190,9 +1190,8 @@ fn can_be_escaped_in_local_name(c: char) -> bool {
use oxrdf::BlankNodeRef;
@ -844,9 +844,8 @@ impl LowLevelTurtleWriter {
use oxrdf::{BlankNodeRef, LiteralRef, NamedNodeRef};
@ -754,9 +754,8 @@ impl LineReader {