Do not allow missing documentation by default

This commit is contained in:
link2xt
2022-12-13 14:47:41 +00:00
parent ccd0842df8
commit 2cd63234c1
35 changed files with 71 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
//! Some tools and enhancements to the used libraries, there should be
//! no references to Context and other "larger" entities here.
#![allow(missing_docs)]
use core::cmp::{max, min};
use std::borrow::Cow;
use std::fmt;