mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Make tidy happy.
This commit is contained in:
parent
90c0ec0cf7
commit
289d9b033c
7 changed files with 14 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue