chiark / gitweb /
SpecError: Add a comma (for consistent coding style)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Apr 2022 00:20:10 +0000 (01:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 15 Apr 2022 17:58:46 +0000 (18:58 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/spec.rs

index 4e2e7db6453aa59c03a77e11cc61986d2bfa47fc..77f131ab742316f067e18aa71efcbc4f5fba610f 100644 (file)
@@ -88,7 +88,7 @@ pub enum SpecError {
     exp: RawFaceId,
     got_why: Cow<'static, str>,
     exp_why: Cow<'static, str>,
-  }
+  },
 }
 
 //---------- Bundle "otter.toml" file ----------