Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Apr 20, 2021
1 parent 1fdd54e commit f8ea42e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/resolver/src/lib.rs
Expand Up @@ -180,10 +180,7 @@
unreachable_pub
)]
#![recursion_limit = "128"]
#![allow(
clippy::needless_doctest_main,
clippy::single_component_path_imports
)]
#![allow(clippy::needless_doctest_main, clippy::single_component_path_imports)]

#[cfg(feature = "dns-over-tls")]
#[macro_use]
Expand Down

0 comments on commit f8ea42e

Please sign in to comment.