We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2000a0f commit 84cbcbfCopy full SHA for 84cbcbf
args/src/lib.rs
@@ -23,7 +23,7 @@ pub const DEFAULT_DP_UX_PATH: &str = "/var/run/frr/hh/dataplane.sock";
23
pub const DEFAULT_DP_UX_PATH_CLI: &str = "/var/run/dataplane/cli.sock";
24
pub const DEFAULT_FRR_AGENT_PATH: &str = "/var/run/frr/frr-agent.sock";
25
26
-/// A type wrapper around [`std:fs::File`] which is reserved to describe linux [memfd] files.
+/// A type wrapper around [`std::fs::File`] which is reserved to describe linux [memfd] files.
27
///
28
/// Our main use case for these files is passing ephemeral, launch-time configuration data to
29
/// child the dataplane from the dataplane-init process.
0 commit comments