enable clippy pedantic everywhere

This commit is contained in:
Toshit Chawda 2024-11-25 13:47:41 -08:00
parent 7efda6c533
commit 19fb49a4cc
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
13 changed files with 75 additions and 58 deletions

View file

@ -1,11 +1,5 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(clippy::pedantic)]
#![deny(missing_docs, clippy::todo)]
#![allow(
clippy::must_use_candidate,
clippy::missing_errors_doc,
clippy::module_name_repetitions
)]
//! A library for easily creating [Wisp] clients and servers.
//!