native refactor done

This commit is contained in:
John Smith
2022-01-04 09:53:30 -05:00
parent 8b85c5ec12
commit 2564d35cc1
13 changed files with 124 additions and 110 deletions

View File

@@ -101,7 +101,7 @@ impl BucketEntry {
}
pub fn last_connection(&self) -> Option<ConnectionDescriptor> {
self.last_connection.as_ref().map(|x| x.0.clone())
self.last_connection.as_ref().map(|x| x.0)
}
pub fn set_min_max_version(&mut self, min_max_version: (u8, u8)) {