Skip to content

Commit 8ac1eca

Browse files
committed
Make method Record:tid public
1 parent d471845 commit 8ac1eca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spdlog/src/record.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ impl<'a> Record<'a> {
110110
}
111111

112112
/// Gets the TID when the record was created.
113-
// TODO: Public this new method to users in the next minor version
114113
#[must_use]
115-
pub(crate) fn tid(&self) -> u64 {
114+
pub fn tid(&self) -> u64 {
116115
self.inner.tid
117116
}
118117

0 commit comments

Comments
 (0)