diff --git a/src/lib.rs b/src/lib.rs index 2b0f6f3..72f6351 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,6 +6,8 @@ //! linked list, which will extend the capacity by `N`. //! //! Currently nightly until `#![feature(min_const_generics)]` hits stable with `1.51`. +//! +//! test test #![deny(missing_docs)] #![deny(clippy::all)]