From 0af57d309ebf15c0753cb6a54f914ef8b38f8061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D0=BE=D1=82=D0=BB?= =?UTF-8?q?=D1=8F=D1=80=D0=BE=D0=B2?= Date: Wed, 8 May 2024 00:36:34 +0300 Subject: [PATCH] 1. Minor updates --- Cargo.toml | 1 - src/lib.rs | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 09522e2..ad23886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "1.2.0" authors = ["Denis Kotlyarov (Денис Котляров) "] repository = "https://github.com/clucompany/cluCStr.git" edition = "2021" - license = "Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index afd6361..4af42ae 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,3 @@ -#![allow(non_snake_case)] -#![allow(clippy::redundant_static_lifetimes)] -#![allow(clippy::tabs_in_doc_comments)] -#![allow(clippy::needless_doctest_main)] //Copyright 2019-2024 #UlinProject Denis Kotlyarov (Денис Котляров) //Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,6 +12,10 @@ //See the License for the specific language governing permissions and // limitations under the License. +#![allow(non_snake_case)] +#![allow(clippy::redundant_static_lifetimes)] +#![allow(clippy::tabs_in_doc_comments)] +#![allow(clippy::needless_doctest_main)] //#Ulin Project (17 1819) - 2024 //