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/index_entry.rs')
-rw-r--r--src/index_entry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index_entry.rs b/src/index_entry.rs
index 4fbcd1f..d88087d 100644
--- a/src/index_entry.rs
+++ b/src/index_entry.rs
@@ -314,7 +314,7 @@ where
}
}
- pub(crate) fn data<'d>(&'d self) -> &'d [u8] {
+ pub(crate) fn data(&self) -> &[u8] {
&self.data
}
}