Skip to content

Commit 8090882

Browse files
committed
1. Minor fixes have been added
1 parent 3665d3c commit 8090882

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ license = "Apache-2.0"
99
readme = "README.md"
1010

1111
description = "Convenient and simple macro for code synchronization in multithreading."
12+
keywords = ["easy_sync_code", "synchronized", "SafeManuallyDrop", "no_std", "clucompany"]
13+
categories = ["concurrency", "no-std"]
1214

1315
# docs.rs-specific configuration
1416
[package.metadata.docs.rs]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ macro_rules! synchronized_point {
502502

503503
{
504504
// COMPILE_ERROR
505-
506505
$($unk:tt)+
507506
} => {
508507
compile_error!(concat!(

0 commit comments

Comments
 (0)