Clean up a rustdoc link

This commit is contained in:
Ian Jackson 2022-03-29 12:10:20 +00:00 committed by Nick Mathewson
parent b88789d1dd
commit 82ea251f3c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ impl FallbackDir {
FallbackDirBuilder::default()
}
/// Return a copy of this FallbackDir as a [`crate::Guard`]
/// Return a copy of this FallbackDir as a [`Guard`](crate::Guard)
pub fn as_guard(&self) -> crate::Guard {
crate::Guard {
id: crate::GuardId::from_chan_target(self),