Fix rustdoc-args option for docs.rs
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e1bd0086f1
commit
dabdc1db68
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ component = []
|
|||
disable-validation = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = [ "--sort-modules-by-appearance", "-Z unstable-options" ]
|
||||
rustdoc-args = [ "--sort-modules-by-appearance", "-Zunstable-options" ]
|
||||
|
|
Loading…
Reference in a new issue