Skip to content

Commit

Permalink
chore: Remove unneeded docsrs Cargo features
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Aug 3, 2022
1 parent 8a53180 commit ca7f5c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Expand Up @@ -12,7 +12,6 @@ rust-version = "1.60"
version = "0.1.0-alpha.0"

[package.metadata.docs.rs]
features = ["docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.wasm-pack.profile.release]
Expand All @@ -24,7 +23,6 @@ crate-type = ["cdylib"]
[features]
default = ["tracing"]
qrcode = ["matrix-sdk-crypto/qrcode"]
docsrs = []
tracing = []

[dependencies]
Expand Down

0 comments on commit ca7f5c4

Please sign in to comment.