Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/src/backing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use std::sync::{Arc, Mutex};
/// A boxed `Read + Seek + Send` reader that can be used as a [`Backing::Reader`].
///
/// Any type implementing `Read + Seek + Send` satisfies this trait via the blanket
/// impl below. This is the trait [`VhdxReader::open_reader`] accepts so the
/// impl below. This is the trait [`crate::VhdxReader::open_reader`] accepts so the
/// forensic-vfs engine can hand a `SourceCursor` (which is `Read + Seek + Send`)
/// straight to the VHDX parser without forensic-vfs appearing in the production
/// dependency tree.
Expand Down
Loading