test test

This commit is contained in:
Harald Hoyer 2021-01-26 11:21:50 +01:00
parent e7298469c4
commit 23ce81f470

View file

@ -6,6 +6,8 @@
//! linked list, which will extend the capacity by `N`. //! linked list, which will extend the capacity by `N`.
//! //!
//! Currently nightly until `#![feature(min_const_generics)]` hits stable with `1.51`. //! Currently nightly until `#![feature(min_const_generics)]` hits stable with `1.51`.
//!
//! test test
#![deny(missing_docs)] #![deny(missing_docs)]
#![deny(clippy::all)] #![deny(clippy::all)]