Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 10, 2024
1 parent c16417a commit fcb11b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sr/pam/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ use rar_common::{

use self::rpassword::Terminal;

#[allow(dead_code, reason ="This file is part of sudo-rs.")]
#[allow(dead_code, reason = "This file is part of sudo-rs.")]
mod cutils;
#[allow(dead_code, reason ="This file is part of sudo-rs.")]
#[allow(dead_code, reason = "This file is part of sudo-rs.")]
mod rpassword;
#[allow(dead_code, reason ="This file is part of sudo-rs.")]
#[allow(dead_code, reason = "This file is part of sudo-rs.")]
mod securemem;

#[cfg(not(test))]
Expand Down

0 comments on commit fcb11b2

Please sign in to comment.