From 23ce81f470ed2e06cce393d8303c8a5e97d7d9f5 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 26 Jan 2021 11:21:50 +0100 Subject: [PATCH] test test --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) 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)]