summaryrefslogtreecommitdiff
path: root/src/object.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2025-10-04 19:07:22 -0400
committerMicha White <botahamec@outlook.com>2025-10-04 19:07:22 -0400
commit84105e10d0ce93052cdce677e8472bdcc3c388db (patch)
tree4fff3ee866aff26c79c9cf3ec1bacba9cd78535f /src/object.rs
parent1dd18cdb4c9e537993cef42dd6bb7c040b9ca232 (diff)
Basic diffing
Diffstat (limited to 'src/object.rs')
-rw-r--r--src/object.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.rs b/src/object.rs
index e303900..68eec89 100644
--- a/src/object.rs
+++ b/src/object.rs
@@ -1,8 +1,8 @@
use std::io::{Read, Write};
use std::path::{Path, PathBuf};
-use serde::de::DeserializeOwned;
use serde::Serialize;
+use serde::de::DeserializeOwned;
use crate::{FileInfo, Id, Patch};