Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fidl][rust] Put #[allow(dead_code)] on empty services
Since rust-lang/rust#118297, Rust treats unused tuple struct fields as dead code. This CL adds an #[allow(dead_code)] to silence the warning. Bug: 318827209 Change-Id: I6858165a085a0ef508722c1ce38f3d95866d2867 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/972128 Reviewed-by: David Koloski <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Fuchsia-Auto-Submit: Mitchell Kember <[email protected]>
- Loading branch information