Skip to content

Commit

Permalink
update access modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
benluiwj committed Sep 13, 2024
1 parent 4c0d43e commit f5b5971
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions check_diff/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ pub enum CheckDiffError {
}

pub struct GlobalRunners {
pub feature_runner: RustfmtRunner,
pub src_runner: RustfmtRunner,
feature_runner: RustfmtRunner,
src_runner: RustfmtRunner,
}

#[allow(dead_code)]
pub struct RustfmtRunner {
pub ld_library_path: String,
pub binary_path: PathBuf,
ld_library_path: String,
binary_path: PathBuf,
}

impl RustfmtRunner {
Expand Down

0 comments on commit f5b5971

Please sign in to comment.