Skip to content

Commit

Permalink
Fix indentation in doc comment list
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 5, 2024
1 parent 2230f7c commit 612bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format/parsed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ impl Parsed {
/// including offset from UTC.
/// - `OUT_OF_RANGE`
/// - if any of the fields of `Parsed` are set to a value beyond their acceptable
/// range.
/// range.
/// - if the value would be outside the range of a [`NaiveDateTime`] or [`FixedOffset`].
/// - if the date does not exist.
pub fn to_datetime(&self) -> ParseResult<DateTime<FixedOffset>> {
Expand Down

0 comments on commit 612bea1

Please sign in to comment.