Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` warning: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]` --> crates/libcgroups/src/v2/devices/mod.rs:8:22 | 8 | #[cfg_attr(coverage, feature(no_coverage))] | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_attributes)]` on by default ``` Signed-off-by: Taiki Endo <te316e89@gmail.com>
- Loading branch information