From d4e6bed60c8b974bc1c5e458c2d7673569de59d4 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Mon, 27 Nov 2023 11:32:52 +0000 Subject: [PATCH] Parser example requires parser feature. (#32) --- anes/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/anes/Cargo.toml b/anes/Cargo.toml index 627e0a8..f6fce2f 100644 --- a/anes/Cargo.toml +++ b/anes/Cargo.toml @@ -35,3 +35,7 @@ libc = "0.2.66" name = "bench_main" harness = false required-features = ["parser"] + +[[example]] +name = "parser" +required-features = ["parser"]