Skip to content

Commit

Permalink
1. Minor fixes have been added
Browse files Browse the repository at this point in the history
  • Loading branch information
denisandroid committed Aug 17, 2022
1 parent 3665d3c commit 8090882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ macro_rules! synchronized_point {

{
// COMPILE_ERROR

$($unk:tt)+
} => {
compile_error!(concat!(
Expand Down

0 comments on commit 8090882

Please sign in to comment.