Remove the info_toml_content field

This commit is contained in:
mo8it
2024-04-07 23:57:54 +02:00
parent db25cc9157
commit 394ca402a8
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -75,7 +75,6 @@ pub fn include_files(_: TokenStream) -> TokenStream {
quote! {
EmbeddedFiles {
info_toml_content: ::std::include_str!("../info.toml"),
exercises_dir: ExercisesDir {
readme: EmbeddedFile {
path: "exercises/README.md",