data: move the YAML data files into a top-level data/ directory
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ struct Data {
|
||||
dist: std::collections::HashMap<String, DistData>,
|
||||
}
|
||||
|
||||
const DATA_YAML: &str = include_str!("../distro_info.yml");
|
||||
const DATA_YAML: &str = include_str!("../data/distro_info.yml");
|
||||
lazy_static! {
|
||||
// The YAML is include_str!'d at compile time and statically valid; if it
|
||||
// ever failed to parse it would be a build-time bug that cannot be
|
||||
|
||||
Reference in New Issue
Block a user