all: run rustfmt
This commit is contained in:
parent
d2913449ea
commit
ce183a0f45
5 changed files with 22 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ use {
|
|||
edid::Descriptor,
|
||||
format::{Format, XRGB8888},
|
||||
ifs::wp_presentation_feedback::{KIND_HW_COMPLETION, KIND_VSYNC},
|
||||
render::{Framebuffer, RenderContext, RenderResult, Texture},
|
||||
render::{Framebuffer, RenderContext, RenderResult, ResetStatus, Texture},
|
||||
state::State,
|
||||
utils::{
|
||||
asyncevent::AsyncEvent, bitflags::BitflagsExt, clonecell::CloneCell,
|
||||
|
|
@ -37,7 +37,6 @@ use {
|
|||
},
|
||||
uapi::c,
|
||||
};
|
||||
use crate::render::ResetStatus;
|
||||
|
||||
pub struct PendingDrmDevice {
|
||||
pub id: DrmId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue