Skip to content

Commit

Permalink
docs(tests): comment to mod-comment. silence warn in config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain committed Jan 20, 2025
1 parent c467ae5 commit 5bc1fb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ impl Config {
}
}

//write unit tests:
#[allow(clippy::unwrap_used)]
#[allow(clippy::unwrap_used, reason = "")]
#[cfg(test)]
mod tests {
//! Unit tests
use super::*;
use std::path::Path;

Expand Down

0 comments on commit 5bc1fb4

Please sign in to comment.