Skip to content

Commit

Permalink
Update handle.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Jul 26, 2024
1 parent 75f2a16 commit 5de0899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handle.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::id::SegmentId;
use std::hash::Hash;

/// A value handle points into the value log.
/// A value handle points into the value log
#[allow(clippy::module_name_repetitions)]
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
Expand Down

0 comments on commit 5de0899

Please sign in to comment.