Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
daniel.eades
arti
Commits
17d59cce
Commit
17d59cce
authored
Sep 08, 2021
by
daniel.eades
Browse files
whitelist 'unwrap' in test modules
parent
46fb026a
Pipeline
#12465
failed with stage
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
crates/tor-dirmgr/src/authority.rs
View file @
17d59cce
...
...
@@ -122,6 +122,7 @@ impl AuthorityBuilder {
#[cfg(test)]
mod
test
{
#![allow(clippy::unwrap_used)]
use
super
::
*
;
#[test]
fn
authority
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment