We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec96265 commit ea6e005Copy full SHA for ea6e005
src/lib.rs
@@ -213,10 +213,3 @@ pub mod prelude {
213
#[cfg(feature = "hybrid-array")]
214
pub use crate::array::{ArrayDecoding, ArrayEncoding};
215
}
216
-
217
-#[cfg(sidefuzz)]
218
-#[no_mangle]
219
-pub extern "C" fn fuzz() {
220
- let input = sidefuzz::fetch_input(32); // 32 bytes of of fuzzing input as a &[u8]
221
- sidefuzz::black_box(my_hopefully_constant_fn(input));
222
-}
0 commit comments