Skip to content

Commit

Permalink
pr. adding unstable attr w/ tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Feb 22, 2024
1 parent 10efb33 commit 053d181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/windows/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ pub trait MetadataExt {
/// renames, attributes, etc.
///
/// This will return `None` if the `Metdata` instance was not created using the FILE_BASIC_INFO type,
// #[stable(feature = "metadata_ext", since = "1.1.0")] not sure what to do here
#[unstable(feature = "windows_change_time", issue = "121478")]
fn change_time(&self) -> Option<u64>;
}

Expand Down

0 comments on commit 053d181

Please sign in to comment.