Skip to content
Snippets Groups Projects
Commit 2440e77f authored by Greg Bonik's avatar Greg Bonik Committed by CQ bot account: commit-bot@chromium.org
Browse files

[wlan][common] Remove #![allow(unused)] and fix warnings

This directive includes a lot of undesired things like
allow(unused_imports) and, more improtantly, allow(unused_results).

For temporarily allowing dead code, #[allow(dead_code)] can be used on
per-module basis, although it's likely unnecessary for a library crate.

Change-Id: I74a6de50c83de08ec3af9bad91bff617e585498e
parent 3add3a37
Loading
Showing
with 25 additions and 37 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment