@@ -11,45 +11,45 @@ use qux::{h, h as h2, i};
11
11
12
12
mod indent4 {
13
13
use column_____________________________________________________________________________________102:: {
14
- bar:: { baz:: Baz , Bar , Bar2 } ,
15
14
Foo , Foo2 ,
15
+ bar:: { Bar , Bar2 , baz:: Baz } ,
16
16
} ;
17
17
18
18
use column_______________________________________________________________________________096:: {
19
- bar:: { baz:: Baz , Bar , Bar2 } ,
20
19
Foo , Foo2 ,
20
+ bar:: { Bar , Bar2 , baz:: Baz } ,
21
21
} ;
22
22
23
23
use column_________________________________________________________________________090:: {
24
- bar:: { baz:: Baz , Bar , Bar2 } ,
25
24
Foo , Foo2 ,
25
+ bar:: { Bar , Bar2 , baz:: Baz } ,
26
26
} ;
27
27
28
28
use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: c090:: c096::
29
29
c102:: {
30
- bar:: { baz:: Baz , Bar , Bar2 } ,
31
30
Foo , Foo2 ,
31
+ bar:: { Bar , Bar2 , baz:: Baz } ,
32
32
} ;
33
33
34
34
use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: c090:: c096:: {
35
- bar:: { baz:: Baz , Bar , Bar2 } ,
36
35
Foo , Foo2 ,
36
+ bar:: { Bar , Bar2 , baz:: Baz } ,
37
37
} ;
38
38
39
39
use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: c090:: {
40
- bar:: { baz:: Baz , Bar , Bar2 } ,
41
40
Foo , Foo2 ,
41
+ bar:: { Bar , Bar2 , baz:: Baz } ,
42
42
} ;
43
43
44
44
use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: {
45
- bar:: { baz:: Baz , Bar , Bar2 } ,
46
45
Foo , Foo2 ,
46
+ bar:: { Bar , Bar2 , baz:: Baz } ,
47
47
} ;
48
48
}
49
49
50
50
use smithay:: {
51
51
backend:: renderer:: element:: {
52
- default_primary_scanout_output_compare, utils:: select_dmabuf_feedback, RenderElementStates ,
52
+ RenderElementStates , default_primary_scanout_output_compare, utils:: select_dmabuf_feedback,
53
53
} ,
54
54
delegate_compositor, delegate_data_control, delegate_data_device, delegate_fractional_scale,
55
55
delegate_input_method_manager, delegate_keyboard_shortcuts_inhibit, delegate_layer_shell,
@@ -59,37 +59,37 @@ use smithay::{
59
59
delegate_viewporter, delegate_virtual_keyboard_manager, delegate_xdg_activation,
60
60
delegate_xdg_decoration, delegate_xdg_shell,
61
61
desktop:: {
62
+ PopupKind , PopupManager , Space ,
62
63
space:: SpaceElement ,
63
64
utils:: {
64
- surface_presentation_feedback_flags_from_states , surface_primary_scanout_output ,
65
- update_surface_primary_scanout_output , OutputPresentationFeedback ,
65
+ OutputPresentationFeedback , surface_presentation_feedback_flags_from_states ,
66
+ surface_primary_scanout_output , update_surface_primary_scanout_output ,
66
67
} ,
67
- PopupKind , PopupManager , Space ,
68
68
} ,
69
69
input:: {
70
+ Seat , SeatHandler , SeatState ,
70
71
keyboard:: { Keysym , LedState , XkbConfig } ,
71
72
pointer:: { CursorImageStatus , PointerHandle } ,
72
- Seat , SeatHandler , SeatState ,
73
73
} ,
74
74
output:: Output ,
75
75
reexports:: {
76
- calloop:: { generic :: Generic , Interest , LoopHandle , Mode , PostAction } ,
76
+ calloop:: { Interest , LoopHandle , Mode , PostAction , generic :: Generic } ,
77
77
wayland_protocols:: xdg:: decoration:: {
78
78
self as xdg_decoration,
79
79
zv1:: server:: zxdg_toplevel_decoration_v1:: Mode as DecorationMode ,
80
80
} ,
81
81
wayland_server:: {
82
+ Display , DisplayHandle , Resource ,
82
83
backend:: { ClientData , ClientId , DisconnectReason } ,
83
84
protocol:: { wl_data_source:: WlDataSource , wl_surface:: WlSurface } ,
84
- Display , DisplayHandle , Resource ,
85
85
} ,
86
86
} ,
87
87
utils:: { Clock , Monotonic , Rectangle } ,
88
88
wayland:: {
89
- compositor:: { get_parent , with_states , CompositorClientState , CompositorState } ,
89
+ compositor:: { CompositorClientState , CompositorState , get_parent , with_states } ,
90
90
dmabuf:: DmabufFeedback ,
91
91
fractional_scale:: {
92
- with_fractional_scale , FractionalScaleHandler , FractionalScaleManagerState ,
92
+ FractionalScaleHandler , FractionalScaleManagerState , with_fractional_scale ,
93
93
} ,
94
94
input_method:: { InputMethodHandler , InputMethodManagerState , PopupSurface } ,
95
95
keyboard_shortcuts_inhibit:: {
@@ -98,7 +98,7 @@ use smithay::{
98
98
} ,
99
99
output:: { OutputHandler , OutputManagerState } ,
100
100
pointer_constraints:: {
101
- with_pointer_constraint , PointerConstraintsHandler , PointerConstraintsState ,
101
+ PointerConstraintsHandler , PointerConstraintsState , with_pointer_constraint ,
102
102
} ,
103
103
pointer_gestures:: PointerGesturesState ,
104
104
presentation:: PresentationState ,
@@ -109,21 +109,21 @@ use smithay::{
109
109
SecurityContextState ,
110
110
} ,
111
111
selection:: {
112
+ SelectionHandler ,
112
113
data_device:: {
113
- set_data_device_focus , ClientDndGrabHandler , DataDeviceHandler , DataDeviceState ,
114
- ServerDndGrabHandler ,
114
+ ClientDndGrabHandler , DataDeviceHandler , DataDeviceState , ServerDndGrabHandler ,
115
+ set_data_device_focus ,
115
116
} ,
116
117
primary_selection:: {
117
- set_primary_focus , PrimarySelectionHandler , PrimarySelectionState ,
118
+ PrimarySelectionHandler , PrimarySelectionState , set_primary_focus ,
118
119
} ,
119
120
wlr_data_control:: { DataControlHandler , DataControlState } ,
120
- SelectionHandler ,
121
121
} ,
122
122
shell:: {
123
123
wlr_layer:: WlrLayerShellState ,
124
124
xdg:: {
125
- decoration:: { XdgDecorationHandler , XdgDecorationState } ,
126
125
ToplevelSurface , XdgShellState , XdgToplevelSurfaceData ,
126
+ decoration:: { XdgDecorationHandler , XdgDecorationState } ,
127
127
} ,
128
128
} ,
129
129
shm:: { ShmHandler , ShmState } ,
0 commit comments