From 809088253609e533b54ed9cb5d768d4502452283 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, 17 Aug 2022 23:27:43 +0300 Subject: [PATCH] 1. Minor fixes have been added --- Cargo.toml | 2 ++ src/lib.rs | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96126fc..0ee5f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,8 @@ license = "Apache-2.0" readme = "README.md" description = "Convenient and simple macro for code synchronization in multithreading." +keywords = ["easy_sync_code", "synchronized", "SafeManuallyDrop", "no_std", "clucompany"] +categories = ["concurrency", "no-std"] # docs.rs-specific configuration [package.metadata.docs.rs] diff --git a/src/lib.rs b/src/lib.rs index a2e2641..5a1ccfd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -502,7 +502,6 @@ macro_rules! synchronized_point { { // COMPILE_ERROR - $($unk:tt)+ } => { compile_error!(concat!(