Skip to content

Commit

Permalink
Remove uselesssum::deserialization/sum::serialization modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Mar 22, 2024
1 parent 81d75ba commit 0184d61
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
3 changes: 0 additions & 3 deletions layouts/src/layout/sum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ use crate::{Dataset, Ref, ValueFormat};

use super::LayoutType;

pub mod deserialization;
pub mod serialization;

pub struct SumLayoutType;

#[derive(Debug, Clone, Educe, serde::Serialize, serde::Deserialize)]
Expand Down
42 changes: 0 additions & 42 deletions layouts/src/layout/sum/deserialization.rs

This file was deleted.

36 changes: 0 additions & 36 deletions layouts/src/layout/sum/serialization.rs

This file was deleted.

0 comments on commit 0184d61

Please sign in to comment.