all: address clippy lints
This commit is contained in:
parent
0fe59effe2
commit
ae991b9038
28 changed files with 84 additions and 70 deletions
|
|
@ -101,6 +101,7 @@ impl DrvDevHandler {
|
|||
config.new_drm_dev(self.id);
|
||||
}
|
||||
'outer: loop {
|
||||
#[allow(clippy::never_loop)]
|
||||
while let Some(event) = self.data.dev.event() {
|
||||
match event {
|
||||
DrmEvent::Removed => break 'outer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue