Skip to content

Commit e7cbd52

Browse files
committed
Remove atomic-device feature from docs.rs metadata
1 parent a6be9a7 commit e7cbd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-hal-bus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ defmt-03 = { package = "defmt", version = "0.3", optional = true }
3939
portable-atomic = {version = "1.3", default-features = false, features = ["require-cas"]}
4040

4141
[package.metadata.docs.rs]
42-
features = ["std", "async", "atomic-device"]
42+
features = ["std", "async"]
4343
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)