Skip to content

Commit

Permalink
Ignore unused items lints on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Feb 11, 2025
1 parent 753d213 commit 137299c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/client.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(unused)]

use std::{borrow::Cow, collections::HashMap, os::unix::net::UnixStream, path::Path, sync::Arc};

use anyhow::Result;
Expand Down

0 comments on commit 137299c

Please sign in to comment.