Skip to content

Commit

Permalink
Merge branch 'reorganisation' of github.com:LeChatP/RootAsRole into r…
Browse files Browse the repository at this point in the history
…eorganisation
  • Loading branch information
LeChatP committed Sep 10, 2024
2 parents 86e737c + fcb11b2 commit 36ada16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion rar-common/src/database/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,6 @@ impl OptStack {
.unwrap_or((Level::None, STimeout::default()))
}


pub fn to_opt(&self) -> Opt {
let mut res = Opt::default();
let (final_behavior, final_add, final_sub) = self.get_final_path();
Expand Down
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 36ada16

Please sign in to comment.