Skip to content

Commit

Permalink
Fixes broken rustdoc link in timestamp text parser
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Jul 5, 2023
1 parent 36328fb commit 5debe36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text/parsers/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fn timestamp_precision_ymd_hms_fractional(input: &str) -> IonParseResult<TextVal
Ok((remaining, TextValue::Timestamp(timestamp)))
}

/// Parses the fractional seconds and stores it in the [FractionalSecondSetter].
/// Parses the fractional seconds and stores it in the [TimestampBuilder].
fn assign_fractional_seconds(
fractional_text: &str,
setter: TimestampBuilder<HasSeconds>,
Expand Down

0 comments on commit 5debe36

Please sign in to comment.