Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ntfs.rs')
-rw-r--r--src/ntfs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ntfs.rs b/src/ntfs.rs
index d1fb214..aeb6dd8 100644
--- a/src/ntfs.rs
+++ b/src/ntfs.rs
@@ -135,7 +135,7 @@ impl Ntfs {
/// of this NTFS volume.
/// Note that a volume may also have no label, which is why the return value is further
/// encapsulated in an `Option`.
- pub fn volume_name<'d, T>(&self, fs: &mut T) -> Option<Result<NtfsVolumeName>>
+ pub fn volume_name<T>(&self, fs: &mut T) -> Option<Result<NtfsVolumeName>>
where
T: Read + Seek,
{