Skip to content

Commit

Permalink
Remove redundant rustdoc-args from Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Jackson Brim <jackson.cr.brim@gmail.com>
  • Loading branch information
jacksonbrim committed Mar 19, 2024
1 parent 3ae086d commit b830a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ codegen-units = 1

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--cfg", "feature=\"backend-mmap\"", "--cfg", "feature=\"backend-atomic\""]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit b830a7a

Please sign in to comment.