Skip to content

Commit 890ec7a

Browse files
committed
key.rs
1 parent 6ab4a13 commit 890ec7a

File tree

4 files changed

+573
-566
lines changed

4 files changed

+573
-566
lines changed

provider/core/src/data_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).
44

55
use crate::error::DataError;
6-
use crate::marker::ResourceKey;
6+
use crate::key::ResourceKey;
77
use crate::marker::{DataMarker, ResourceMarker};
88
use crate::request::DataRequest;
99
use crate::response::DataResponse;

0 commit comments

Comments
 (0)