From bbeb30c9817327f8c6fc7e50580f3e5f567dfafe Mon Sep 17 00:00:00 2001 From: LawnCable Date: Fri, 15 Apr 2022 08:37:06 +0200 Subject: do cargo clippy fixes --- src/lowlevel/data.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lowlevel/data.rs') diff --git a/src/lowlevel/data.rs b/src/lowlevel/data.rs index 59a0b3e..40afa74 100644 --- a/src/lowlevel/data.rs +++ b/src/lowlevel/data.rs @@ -2,9 +2,9 @@ /// The encoding used to encode the tile layer data. When used, it can be “base64” and “csv” at the moment. pub enum Encoding { /// Plain XML based, in tags - XML, + Xml, Base64, - CSV, + Csv, } #[derive(Debug, PartialEq)] /// The compression used to compress the tile layer data. -- cgit v1.2.3-60-g2f50