Skip to content

Commit

Permalink
chore: remove struct details
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Sep 11, 2024
1 parent 6c84238 commit 5527076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/os/windows/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ pub trait MetadataExt {
#[stable(feature = "metadata_ext", since = "1.1.0")]
fn last_write_time(&self) -> u64;

/// Returns the value of the `nFileSize{High,Low}` fields of this
/// Returns the value of the `nFileSize` fields of this
/// metadata.
///
/// The returned value does not have meaning for directories.
Expand Down Expand Up @@ -463,7 +463,7 @@ pub trait MetadataExt {
#[unstable(feature = "windows_by_handle", issue = "63010")]
fn number_of_links(&self) -> Option<u32>;

/// Returns the value of the `nFileIndex{Low,High}` fields of this
/// Returns the value of the `nFileIndex` fields of this
/// metadata.
///
/// This will return `None` if the `Metadata` instance was created from a
Expand Down

0 comments on commit 5527076

Please sign in to comment.