Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillt committed Mar 20, 2024
1 parent 5185e3c commit 2bf5462
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2bf5462

Please sign in to comment.