diff --git a/common/src/serializable.rs b/common/src/serializable.rs index cafae6ffb..76eaecc58 100644 --- a/common/src/serializable.rs +++ b/common/src/serializable.rs @@ -29,7 +29,7 @@ where fn deserialize_from_file(path: &Path) -> Result where - Self: Sized, + Self: Sized; { let mut file = File::open(path)?; let mut contents = String::new();