Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Allow doc strings with quoted values like 'true'/'false' from OpenAPI spec
#![allow(clippy::doc_link_with_quotes)]
// Every public item must carry a docstring. Closed the 368 existing
// gaps under #80; this lint keeps the bar from regressing.
#![deny(missing_docs)]
#![deny(rustdoc::broken_intra_doc_links)]

//! Redis Cloud REST API Client
//!
Expand Down
Loading