Minor linting fixes

pull/743/head
Yuri Astrakhan 1 year ago
parent df040400c5
commit 171371b254
  1. 2
      lib/oxsdatatypes/src/duration.rs

@ -973,7 +973,7 @@ impl fmt::Display for DurationOverflowError {
impl Error for DurationOverflowError {} impl Error for DurationOverflowError {}
/// The year-month and the day-time components of a [`Duration\] have an opposite sign. /// The year-month and the day-time components of a [`Duration`] have an opposite sign.
#[derive(Debug, Clone, Copy)] #[derive(Debug, Clone, Copy)]
pub struct OppositeSignInDurationComponentsError; pub struct OppositeSignInDurationComponentsError;

Loading…
Cancel
Save