From 2bf5462e68a6034385235b9ab9b01cc63dedd111 Mon Sep 17 00:00:00 2001 From: Kirill Taran Date: Wed, 20 Mar 2024 21:24:10 +0300 Subject: [PATCH] Removed TODO --- src/index.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/index.rs b/src/index.rs index 0eba0c2..ed1519e 100644 --- a/src/index.rs +++ b/src/index.rs @@ -38,12 +38,6 @@ pub struct IndexEntry { /// paths to index entries, which are simply resource IDs with modification /// timestamps. /// -/// The paths stored in the mappings are not absolute paths, but are relative -/// to the "root". See methods `TODO` and `TODO` in the API, which can provide -/// the end users with absolute/canonical(TODO) paths for the convenince. -/// Otherwise, the end user is responsible for managing the working dir -/// and relative paths resolution. -/// /// Additionally, it keeps track of collisions that occur during /// indexing using non-cryptographic hash functions. #[serde_as]