Skip to content

Commit 7a20ce8

Browse files
committed
Cargo: Enable doctests
We barely write any comments, but if we do then we should make sure that they compile and work
1 parent 6f92980 commit 7a20ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ opt-level = 2
1515

1616
[lib]
1717
name = "cargo_registry"
18-
doctest = false
18+
doctest = true
1919

2020
[[test]]
2121
name = "all"

0 commit comments

Comments
 (0)