style: Make tidy happy.

This commit is contained in:
Emilio Cobos Álvarez 2019-01-20 17:50:18 +01:00
parent 90c0ec0cf7
commit 289d9b033c
7 changed files with 14 additions and 10 deletions

View file

@ -24,7 +24,7 @@ use webrender_api::{DeviceIntPoint, DeviceIntSize};
/// A cursor for the window. This is different from a CSS cursor (see
/// `CursorKind`) in that it has no `Auto` value.
#[repr(u8)]
#[derive(Copy, Clone, FromPrimitive, PartialEq, Eq, Deserialize, Serialize)]
#[derive(Clone, Copy, Deserialize, Eq, FromPrimitive, PartialEq, Serialize)]
pub enum Cursor {
None,
Default,