mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-16 07:30:01 -04:00
clippy pedantic
This commit is contained in:
parent
272610f904
commit
7efda6c533
14 changed files with 148 additions and 129 deletions
|
@ -1,5 +1,12 @@
|
|||
#![deny(missing_docs, clippy::todo)]
|
||||
#![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.
|
||||
//!
|
||||
//! [Wisp]: https://github.com/MercuryWorkshop/wisp-protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue