mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 15:26:12 +00:00
Fix quotes in docs.rs feature list
This commit is contained in:
parent
bb4e9b0358
commit
4bbfa9ffe1
@ -62,7 +62,7 @@ bincode = { version = "1.3.0" }
|
||||
wasm-bindgen-test = "0.3"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["arbitrary, rkyv, serde, unstable-locales"]
|
||||
features = ["arbitrary", "rkyv", "serde", "unstable-locales"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[package.metadata.playground]
|
||||
|
Loading…
x
Reference in New Issue
Block a user