Skip to content

Commit 5dcfa92

Browse files
committed
scylla/Cargo.toml: enable missing-docs lint
This commit enables the `missing-docs` lint in the `scylla` crate. Since now, the `scylla` crate will emit warnings for any public items that do not have documentation comments. This will hopefully help us to improve the documentation coverage in the project.
1 parent dcb7410 commit 5dcfa92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scylla/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ required-features = ["unstable-testing"]
140140
[lints.rust]
141141
unnameable_types = "warn"
142142
unreachable_pub = "warn"
143+
missing-docs = "warn"
143144
unexpected_cfgs = { level = "warn", check-cfg = [
144145
'cfg(scylla_cloud_tests)',
145146
'cfg(cassandra_tests)',

0 commit comments

Comments
 (0)