From 444789730207466d5be3bdac922b327817bfb9dd Mon Sep 17 00:00:00 2001 From: Marrub Date: Wed, 10 Apr 2019 04:36:19 -0400 Subject: [PATCH] minor fixes --- Cargo.toml | 2 +- source/marathon/map/epnt.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8f9e786..be87fd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Marathon editing tools." homepage = "https://greyserv.net/maraiah/" repository = "http://git.greyserv.net/marrub/Maraiah" readme = "README.md" -license = "MIT" +license = "CC0-1.0" edition = "2018" publish = false diff --git a/source/marathon/map/epnt.rs b/source/marathon/map/epnt.rs index 536e81b..e2cdecb 100644 --- a/source/marathon/map/epnt.rs +++ b/source/marathon/map/epnt.rs @@ -1,4 +1,4 @@ -//! `EndPoint` type. +//! `Endpoint` type. use super::pnts; use crate::durandal::{err::*, fixed::Unit};