Skip to content

Commit

Permalink
chore: Add clippy::useless_vec lint allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio committed Jan 12, 2024
1 parent b9fb391 commit 40962ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hypertext/tests/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::useless_vec)]

#[test]
fn readme() {
use hypertext::{html_elements, GlobalAttributes, RenderIterator, Renderable};
Expand Down

0 comments on commit 40962ea

Please sign in to comment.