Skip to content

Commit

Permalink
docs: remove struct info
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Sep 11, 2024
1 parent b47535f commit bfe2669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/os/windows/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ pub trait MetadataExt {
#[unstable(feature = "windows_by_handle", issue = "63010")]
fn file_index(&self) -> Option<u64>;

/// Returns the value of the `ChangeTime{Low,High}` fields of this metadata.
/// Returns the value of the `ChangeTime` fields of this metadata.
///
/// `ChangeTime` is the last time file metadata was changed, such as
/// renames, attributes, etc.
Expand Down

0 comments on commit bfe2669

Please sign in to comment.