mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 09:48:28 +02:00
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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user