Skip to content

Commit

Permalink
Fix broken intra-doc link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFinck committed Jun 13, 2023
1 parent 206a369 commit 0a97c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structured_values/index_allocation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ use crate::types::Vcn;
/// Reference: <https://flatcap.github.io/linux-ntfs/ntfs/attributes/index_allocation.html>
///
/// [`NtfsFileName`]: crate::structured_values::NtfsFileName
/// [`NtfsIndexRoot`]: crate::structured_values::NtfsIndexRoot
#[derive(Clone, Debug)]
pub struct NtfsIndexAllocation<'n, 'f> {
ntfs: &'n Ntfs,
Expand Down

0 comments on commit 0a97c2c

Please sign in to comment.