From ec80e1a0e0c087f73ae4508084580bfd65e61aba Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 21 Apr 2023 22:39:12 -0400 Subject: [PATCH] This actually got the README parsing properly. --- build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build.rs b/build.rs index ba34feb0..a6ad5423 100644 --- a/build.rs +++ b/build.rs @@ -76,7 +76,6 @@ fn is_expect_fail(name: &str) -> Option<&str> { "element_container_priority_footnote_definition_dynamic_block" => Some("Keyword needs to be implemented."), "element_container_priority_greater_block_dynamic_block" => Some("Keyword needs to be implemented."), "element_container_priority_section_dynamic_block" => Some("Keyword needs to be implemented."), - "element_container_priority_readme" => Some("A lot needs to be implemented."), _ => None, } }