From 7257631ed50c7be2705fdcde0cdd5e9bef736152 Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Sun, 28 Aug 2022 17:14:41 +0200 Subject: [PATCH] Fix autotokens doc (#751) * fix * remove wrong doc --- libafl_targets/src/coverage.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/libafl_targets/src/coverage.rs b/libafl_targets/src/coverage.rs index e8e749761e..83efb638c5 100644 --- a/libafl_targets/src/coverage.rs +++ b/libafl_targets/src/coverage.rs @@ -37,8 +37,6 @@ pub use __afl_acc_memop_ptr as ACCOUNTING_MEMOP_MAP_PTR; pub use __afl_area_ptr as EDGES_MAP_PTR; /// Return Tokens from the compile-time token section -/// Will return `Error::IllegalState` if no token section was found -/// In this case, the compilation probably did not include an `AutoTokens`-pass /// /// # Safety ///