Skip to content

Commit

Permalink
Fix unresolved doc link to Offset
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Mar 22, 2022
1 parent aa7f5c2 commit 4b81186
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/offset/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ use std::{num::TryFromIntError, ops::AddAssign};

/// Types representing offset values.
///
/// Values with these types can be used to represent offset values in an
/// [Offset].
/// Values with these types can be used to represent offset values.
///
/// This trait is sealed to prevent downstream implementations.
pub trait OffsetValue:
Expand Down

0 comments on commit 4b81186

Please sign in to comment.