summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2024-05-27 01:01:10 -0400
committerBotahamec <botahamec@outlook.com>2024-05-27 01:01:10 -0400
commit35111cad16ad5202a511f85fce90196fad6f7707 (patch)
tree2d1ca1e3553d7200fb8af05ac85ec3ef347ca953 /Cargo.toml
parentefa3a22cb9bc78b0744f748b41252ef4ce1b96a9 (diff)
Remove TOML comment
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2413191..76e214c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,8 +12,6 @@ license = "CC0-1.0"
keywords = ["deadlock", "mutex", "rwlock"]
categories = ["concurrency"]
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
thread_local = "1"
once_cell = "1"