docs: remove struct info

This commit is contained in:
Julius Liu 2024-09-11 09:59:05 -07:00
parent a0a89e5538
commit 6c8423865f
1 changed files with 1 additions and 1 deletions

View File

@ -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.