Skip to content

Commit

Permalink
fix some spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jul 1, 2022
1 parent acd443b commit 1ec2eac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion zebra-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#![doc(html_root_url = "https://doc.zebra.zfnd.org/zebra_test")]
// Each lazy_static variable uses additional recursion
#![recursion_limit = "512"]
//
// Allow unwrap in the entire crate
#![allow(clippy::unwrap_used)]

use color_eyre::section::PanicMessage;
Expand Down
1 change: 0 additions & 1 deletion zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
//! ```
//!
//! Please refer to the documentation of each test for more information.
#![allow(clippy::unwrap_used)]

use std::{collections::HashSet, env, fs, path::PathBuf, time::Duration};
Expand Down

0 comments on commit 1ec2eac

Please sign in to comment.