Skip to content

Commit

Permalink
build(lint): allow unwrap for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain committed Oct 14, 2024
1 parent 0636dbb commit 70d278d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ impl Config {
}

//write unit tests:
#[allow(clippy::unwrap_used)]
#[cfg(test)]
mod tests {
use super::*;
Expand Down

0 comments on commit 70d278d

Please sign in to comment.