Skip to content

Commit 84cbcbf

Browse files
committed
fixup: completely rework args crate
1 parent 2000a0f commit 84cbcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

args/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub const DEFAULT_DP_UX_PATH: &str = "/var/run/frr/hh/dataplane.sock";
2323
pub const DEFAULT_DP_UX_PATH_CLI: &str = "/var/run/dataplane/cli.sock";
2424
pub const DEFAULT_FRR_AGENT_PATH: &str = "/var/run/frr/frr-agent.sock";
2525

26-
/// A type wrapper around [`std:fs::File`] which is reserved to describe linux [memfd] files.
26+
/// A type wrapper around [`std::fs::File`] which is reserved to describe linux [memfd] files.
2727
///
2828
/// Our main use case for these files is passing ephemeral, launch-time configuration data to
2929
/// child the dataplane from the dataplane-init process.

0 commit comments

Comments
 (0)