Skip to content

Commit 06cc05b

Browse files
committed
deslop
1 parent 6ef56d2 commit 06cc05b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

native/suidhelper/src/config.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ fn config_path() -> PathBuf {
4242
}
4343

4444
/// Hyper's /etc/hyper/config.toml file format.
45-
///
46-
/// The device-tool paths are read from here (never from the unprivileged
47-
/// caller, which is why there is no `--bin` argument): the helper alone decides
48-
/// which binary it escalates to run. Each defaults to its usual location and is
49-
/// validated as a [`SafeBin`] before use.
5045
#[derive(Debug, Clone, Deserialize)]
5146
pub struct Config {
5247
work_dir: PathBuf,

0 commit comments

Comments
 (0)