diff --git a/hypertext/tests/main.rs b/hypertext/tests/main.rs index 00370f0..38637fe 100644 --- a/hypertext/tests/main.rs +++ b/hypertext/tests/main.rs @@ -1,3 +1,5 @@ +#![allow(clippy::useless_vec)] + #[test] fn readme() { use hypertext::{html_elements, GlobalAttributes, RenderIterator, Renderable};