Skip to content

Commit

Permalink
satisfy clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej committed Dec 11, 2024
1 parent 2ced60d commit b4ed558
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/test-programs/src/bin/async_round_trip_stackful.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ unsafe extern "C" fn export_foo(ptr: *mut u8, len: usize) {
#[cfg(target_arch = "wasm32")]
#[link_section = "component-type:wit-bindgen:0.35.0:local:local:round-trip:encoded world"]
#[doc(hidden)]
#[allow(clippy::octal_escapes)]
#[allow(
clippy::octal_escapes,
reason = "this is a machine-generated binary blob"
)]
pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 239] = *b"\
\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07o\x01A\x02\x01A\x04\x01\
B\x02\x01@\x01\x01ss\0s\x04\0\x03foo\x01\0\x03\0\x0flocal:local/baz\x05\0\x01B\x02\
Expand Down

0 comments on commit b4ed558

Please sign in to comment.