Skip to content

Commit 81ffdeb

Browse files
committed
wip versionize owned
1 parent d9a224e commit 81ffdeb

File tree

1 file changed

+2
-6
lines changed
  • utils/tfhe-versionable/src

1 file changed

+2
-6
lines changed

utils/tfhe-versionable/src/lib.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -448,17 +448,13 @@ impl<T: NotVersioned + Clone + Serialize + DeserializeOwned> NotVersioned for AV
448448
impl Versionize for () {
449449
type Versioned<'vers> = ();
450450

451-
fn versionize(&self) -> Self::Versioned<'_> {
452-
()
453-
}
451+
fn versionize(&self) -> Self::Versioned<'_> {}
454452
}
455453

456454
impl VersionizeOwned for () {
457455
type VersionedOwned = ();
458456

459-
fn versionize_owned(self) -> Self::VersionedOwned {
460-
()
461-
}
457+
fn versionize_owned(self) -> Self::VersionedOwned {}
462458
}
463459

464460
impl Unversionize for () {

0 commit comments

Comments
 (0)