Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unicode-org/icu4x
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3bbccbbe0c47af52eda99113132fcd32991c3e49
Choose a base ref
..
head repository: unicode-org/icu4x
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b6b6655041bb4124973da73a59f70b6c5df3500
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 components/datetime/src/provider/helpers.rs
1 change: 0 additions & 1 deletion components/datetime/src/provider/helpers.rs
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ use crate::pattern::{Pattern, PatternItem};
use crate::provider;
use crate::skeleton;
use std::borrow::Cow;
use std::convert::TryFrom;

type Result<T> = std::result::Result<T, DateTimeFormatError>;