use AppendVecId instead of usize (#21792)
This commit is contained in:
committed by
GitHub
parent
c5b6ea74ef
commit
825f8bcea4
@@ -301,7 +301,7 @@ impl AppendVec {
|
||||
self.file_size
|
||||
}
|
||||
|
||||
pub fn file_name(slot: Slot, id: usize) -> String {
|
||||
pub fn file_name(slot: Slot, id: impl std::fmt::Display) -> String {
|
||||
format!("{}.{}", slot, id)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user