Misc doc fixes (#12266)

# Description

Just a bunch of miscellaneous fixes to the Rust documentation that I
found recently while doing
a pass on some things.

# User-Facing Changes
None
This commit is contained in:
Devyn Cairns
2024-03-23 05:26:08 -07:00
committed by GitHub
parent cc8f2b6419
commit ff41cf91ef
14 changed files with 32 additions and 29 deletions

View File

@ -126,7 +126,7 @@ fn test_default_symlinked_config_path_empty() {
});
}
/// Like [[test_default_symlinked_config_path_empty]], but fill the temporary folder
/// Like [`test_default_symlinked_config_path_empty`], but fill the temporary folder
/// with broken symlinks and see if they're properly canonicalized
#[test]
fn test_default_symlink_config_path_broken_symlink_config_files() {
@ -162,7 +162,7 @@ fn test_default_symlink_config_path_broken_symlink_config_files() {
);
}
/// Like [[test_default_symlinked_config_path_empty]], but fill the temporary folder
/// Like [`test_default_symlinked_config_path_empty`], but fill the temporary folder
/// with working symlinks to empty files and see if they're properly canonicalized
#[test]
fn test_default_config_path_symlinked_config_files() {