Skip to content

Commit b4ed558

Browse files
committed
satisfy clippy
Signed-off-by: Joel Dice <[email protected]>
1 parent 2ced60d commit b4ed558

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/test-programs/src/bin/async_round_trip_stackful.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ unsafe extern "C" fn export_foo(ptr: *mut u8, len: usize) {
119119
#[cfg(target_arch = "wasm32")]
120120
#[link_section = "component-type:wit-bindgen:0.35.0:local:local:round-trip:encoded world"]
121121
#[doc(hidden)]
122-
#[allow(clippy::octal_escapes)]
122+
#[allow(
123+
clippy::octal_escapes,
124+
reason = "this is a machine-generated binary blob"
125+
)]
123126
pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 239] = *b"\
124127
\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07o\x01A\x02\x01A\x04\x01\
125128
B\x02\x01@\x01\x01ss\0s\x04\0\x03foo\x01\0\x03\0\x0flocal:local/baz\x05\0\x01B\x02\

0 commit comments

Comments
 (0)