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 45a3e89 commit 6c05085Copy full SHA for 6c05085
src/util/fs.rs
@@ -126,7 +126,7 @@ pub fn relative_canonicalized_path_to_string(path: impl AsRef<Path>) -> anyhow::
126
canonicalized_path_to_string(path, true)
127
}
128
129
-/// Loads a [`iroh::key::SecretKey`] from the provided file, or stores a newly generated one
+/// Loads a [`iroh::SecretKey`] from the provided file, or stores a newly generated one
130
/// at the given location.
131
#[cfg(feature = "rpc")]
132
#[cfg_attr(iroh_docsrs, doc(cfg(feature = "rpc")))]
0 commit comments