Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions diskann-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ compile_error!("diskann-utils assumes little-endian targets");
pub mod reborrow;
pub use reborrow::{Reborrow, ReborrowMut};

pub mod lifetime;
pub use lifetime::WithLifetime;

pub mod future;

Comment thread
hildebrandmw marked this conversation as resolved.
pub mod io;
Expand Down
127 changes: 0 additions & 127 deletions diskann-utils/src/lifetime.rs

This file was deleted.

Loading