@@ -11,45 +11,45 @@ use qux::{h, h as h2, i};
1111
1212mod indent4 {
1313 use column_____________________________________________________________________________________102:: {
14- bar:: { baz:: Baz , Bar , Bar2 } ,
1514 Foo , Foo2 ,
15+ bar:: { Bar , Bar2 , baz:: Baz } ,
1616 } ;
1717
1818 use column_______________________________________________________________________________096:: {
19- bar:: { baz:: Baz , Bar , Bar2 } ,
2019 Foo , Foo2 ,
20+ bar:: { Bar , Bar2 , baz:: Baz } ,
2121 } ;
2222
2323 use column_________________________________________________________________________090:: {
24- bar:: { baz:: Baz , Bar , Bar2 } ,
2524 Foo , Foo2 ,
25+ bar:: { Bar , Bar2 , baz:: Baz } ,
2626 } ;
2727
2828 use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: c090:: c096::
2929 c102:: {
30- bar:: { baz:: Baz , Bar , Bar2 } ,
3130 Foo , Foo2 ,
31+ bar:: { Bar , Bar2 , baz:: Baz } ,
3232 } ;
3333
3434 use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: c090:: c096:: {
35- bar:: { baz:: Baz , Bar , Bar2 } ,
3635 Foo , Foo2 ,
36+ bar:: { Bar , Bar2 , baz:: Baz } ,
3737 } ;
3838
3939 use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: c090:: {
40- bar:: { baz:: Baz , Bar , Bar2 } ,
4140 Foo , Foo2 ,
41+ bar:: { Bar , Bar2 , baz:: Baz } ,
4242 } ;
4343
4444 use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: {
45- bar:: { baz:: Baz , Bar , Bar2 } ,
4645 Foo , Foo2 ,
46+ bar:: { Bar , Bar2 , baz:: Baz } ,
4747 } ;
4848}
4949
5050use smithay:: {
5151 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,
5353 } ,
5454 delegate_compositor, delegate_data_control, delegate_data_device, delegate_fractional_scale,
5555 delegate_input_method_manager, delegate_keyboard_shortcuts_inhibit, delegate_layer_shell,
@@ -59,37 +59,37 @@ use smithay::{
5959 delegate_viewporter, delegate_virtual_keyboard_manager, delegate_xdg_activation,
6060 delegate_xdg_decoration, delegate_xdg_shell,
6161 desktop:: {
62+ PopupKind , PopupManager , Space ,
6263 space:: SpaceElement ,
6364 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 ,
6667 } ,
67- PopupKind , PopupManager , Space ,
6868 } ,
6969 input:: {
70+ Seat , SeatHandler , SeatState ,
7071 keyboard:: { Keysym , LedState , XkbConfig } ,
7172 pointer:: { CursorImageStatus , PointerHandle } ,
72- Seat , SeatHandler , SeatState ,
7373 } ,
7474 output:: Output ,
7575 reexports:: {
76- calloop:: { generic :: Generic , Interest , LoopHandle , Mode , PostAction } ,
76+ calloop:: { Interest , LoopHandle , Mode , PostAction , generic :: Generic } ,
7777 wayland_protocols:: xdg:: decoration:: {
7878 self as xdg_decoration,
7979 zv1:: server:: zxdg_toplevel_decoration_v1:: Mode as DecorationMode ,
8080 } ,
8181 wayland_server:: {
82+ Display , DisplayHandle , Resource ,
8283 backend:: { ClientData , ClientId , DisconnectReason } ,
8384 protocol:: { wl_data_source:: WlDataSource , wl_surface:: WlSurface } ,
84- Display , DisplayHandle , Resource ,
8585 } ,
8686 } ,
8787 utils:: { Clock , Monotonic , Rectangle } ,
8888 wayland:: {
89- compositor:: { get_parent , with_states , CompositorClientState , CompositorState } ,
89+ compositor:: { CompositorClientState , CompositorState , get_parent , with_states } ,
9090 dmabuf:: DmabufFeedback ,
9191 fractional_scale:: {
92- with_fractional_scale , FractionalScaleHandler , FractionalScaleManagerState ,
92+ FractionalScaleHandler , FractionalScaleManagerState , with_fractional_scale ,
9393 } ,
9494 input_method:: { InputMethodHandler , InputMethodManagerState , PopupSurface } ,
9595 keyboard_shortcuts_inhibit:: {
@@ -98,7 +98,7 @@ use smithay::{
9898 } ,
9999 output:: { OutputHandler , OutputManagerState } ,
100100 pointer_constraints:: {
101- with_pointer_constraint , PointerConstraintsHandler , PointerConstraintsState ,
101+ PointerConstraintsHandler , PointerConstraintsState , with_pointer_constraint ,
102102 } ,
103103 pointer_gestures:: PointerGesturesState ,
104104 presentation:: PresentationState ,
@@ -109,21 +109,21 @@ use smithay::{
109109 SecurityContextState ,
110110 } ,
111111 selection:: {
112+ SelectionHandler ,
112113 data_device:: {
113- set_data_device_focus , ClientDndGrabHandler , DataDeviceHandler , DataDeviceState ,
114- ServerDndGrabHandler ,
114+ ClientDndGrabHandler , DataDeviceHandler , DataDeviceState , ServerDndGrabHandler ,
115+ set_data_device_focus ,
115116 } ,
116117 primary_selection:: {
117- set_primary_focus , PrimarySelectionHandler , PrimarySelectionState ,
118+ PrimarySelectionHandler , PrimarySelectionState , set_primary_focus ,
118119 } ,
119120 wlr_data_control:: { DataControlHandler , DataControlState } ,
120- SelectionHandler ,
121121 } ,
122122 shell:: {
123123 wlr_layer:: WlrLayerShellState ,
124124 xdg:: {
125- decoration:: { XdgDecorationHandler , XdgDecorationState } ,
126125 ToplevelSurface , XdgShellState , XdgToplevelSurfaceData ,
126+ decoration:: { XdgDecorationHandler , XdgDecorationState } ,
127127 } ,
128128 } ,
129129 shm:: { ShmHandler , ShmState } ,
0 commit comments