Fix autotokens doc (#751)

* fix

* remove wrong doc
This commit is contained in:
Dongjia "toka" Zhang 2022-08-28 17:14:41 +02:00 committed by GitHub
parent 7760697579
commit 7257631ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
///