diff --git a/src/export/database.rs b/src/export/database.rs index ecf7fff..a80cfc0 100644 --- a/src/export/database.rs +++ b/src/export/database.rs @@ -32,6 +32,7 @@ impl Database { // i *would* create a fn load_local_config() // to avoid duplicating the json file names by using T::get_json_name, // but concat!() only takes string literals. it doesn't even take `&'static str`!! + // https://github.com/rust-lang/rust/issues/53749 Database { avatar_config: Self::parse_json(include_str!(concat!( env!("OUT_DIR"),