Skip to content

Commit 2c15f83

Browse files
authored
Merge pull request #310 from rustasync/tide-slog-docrs
Fix tide-slog docs.rs metadata
2 parents e5730ca + 369faff commit 2c15f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tide-slog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version = "0.1.0"
1717

1818
[package.metadata.docs.rs]
1919
all-features = true
20-
rustdoc-args = ["--cfg docrs"]
20+
rustdoc-args = ["--cfg", "docrs"]
2121

2222
[features]
2323
scope = ["slog-scope", "slog-scope-futures"]

0 commit comments

Comments
 (0)