We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47535f commit bfe2669Copy full SHA for bfe2669
std/src/os/windows/fs.rs
@@ -472,7 +472,7 @@ pub trait MetadataExt {
472
#[unstable(feature = "windows_by_handle", issue = "63010")]
473
fn file_index(&self) -> Option<u64>;
474
475
- /// Returns the value of the `ChangeTime{Low,High}` fields of this metadata.
+ /// Returns the value of the `ChangeTime` fields of this metadata.
476
///
477
/// `ChangeTime` is the last time file metadata was changed, such as
478
/// renames, attributes, etc.
0 commit comments