From e9a4098f89de5cb110b9461cb74e8cb2792054a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Fri, 26 May 2023 13:53:03 +0200 Subject: [PATCH] chore(book): adding help and contributing pages --- logos/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/logos/Cargo.toml b/logos/Cargo.toml index d2c954eb..2bcecdd7 100644 --- a/logos/Cargo.toml +++ b/logos/Cargo.toml @@ -37,6 +37,7 @@ export_derive = ["logos-derive"] [[example]] name = "brainfuck" path = "examples/brainfuck.rs" +doc-scrape-examples = true [[example]] name = "extras" @@ -45,3 +46,4 @@ path = "examples/extras.rs" [[example]] name = "json" path = "examples/json.rs" +doc-scrape-example = true