We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3102435 commit 31d1eb0Copy full SHA for 31d1eb0
src/file_time/convert.rs
@@ -117,7 +117,7 @@ impl TryFrom<FileTime> for OffsetDateTime {
117
///
118
/// # Errors
119
120
- /// Returns [`Err`] if `time` is out of range for [`OffsetDateTime`].
+ /// Returns [`Err`] if `ft` is out of range for [`OffsetDateTime`].
121
122
/// # Examples
123
@@ -280,7 +280,7 @@ impl TryFrom<std::time::SystemTime> for FileTime {
280
281
282
283
- /// Returns [`Err`] if `time` is out of range for the file time.
+ /// Returns [`Err`] if `st` is out of range for the file time.
284
285
286
0 commit comments