Remove --cfg docsrs

docs.rs now sets this cfg itself automatically!
This commit is contained in:
nora 2024-02-13 18:52:12 +01:00
parent dd9ab02321
commit 0c3b06cb80

View file

@ -5,7 +5,3 @@ version = "1.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/Nilstrieb/bool-toggle"
[package.metadata.docs.rs]
# enable unstable features in the documentation
rustdoc-args = ["--cfg", "docsrs"]