Browse Source
wasmtime-wasi-c contains many bindgen-generated symbols like bindgen_test_layout___wasi_event_t___wasi_event_u___wasi_event_u_fd_readwrite_t that contain triple-underscores in them. rustc doesn't consider those names snake-case and generates extensive warnings about them. Suppress those warnings with allow(non_snake_case).pull/464/head
Josh Triplett
5 years ago
committed by
Till Schneidereit
2 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue