From c0dcfb873d25d3853acb48d536f78614631a8e6b Mon Sep 17 00:00:00 2001 From: Daniel Sousa Date: Mon, 18 Sep 2023 21:43:18 +0000 Subject: [PATCH] Remove error: doctest failed, to rerun pass `-p website-test --doc` Changes to be committed: modified: website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx --- website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx b/website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx index 85c4bc26c67..7e6e96c534c 100644 --- a/website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx +++ b/website/docs/migration-guides/yew/from-0_18_0-to-0_19_0.mdx @@ -17,7 +17,7 @@ props with braces. -```rust {4}, ignore +```rust ,ignore {4} let super_age = 1; html!{ -```rust {4}, ignore +```rust ,ignore {4} let super_age = 1; html!{