Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed May 25, 2023
1 parent 93accd2 commit e58d01a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion components/list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ denylist = ["bench"]

[[example]]
name = "and_list"
required_features = ["globaldata"]
2 changes: 1 addition & 1 deletion provider/globaldata/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions provider/globaldata/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
)]
#![warn(missing_docs)]

//! TODO
//! Generated by `cargo run -p icu_datagen -- --keys all --locales modern --format mod --use-separate-crates --out provider/globaldata/data/ --overwrite`
include!(concat!(core::env!("CARGO_MANIFEST_DIR"), "/data/macros.rs"));
include!(concat!(core::env!("CARGO_MANIFEST_DIR"), "/data/macros.rs"));

0 comments on commit e58d01a

Please sign in to comment.