Skip to content

Commit 5de0899

Browse files
authored
Update handle.rs
1 parent 75f2a16 commit 5de0899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::id::SegmentId;
22
use std::hash::Hash;
33

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

0 commit comments

Comments
 (0)