test test
This commit is contained in:
parent
e7298469c4
commit
23ce81f470
|
@ -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)]
|
||||||
|
|
Loading…
Reference in a new issue