@@ -12,3 +12,154 @@ use foo::d::e;
12
12
use qux:: h;
13
13
use qux:: h as h2;
14
14
use qux:: i;
15
+
16
+
17
+ mod indent4 {
18
+ use column_____________________________________________________________________________________102:: {
19
+ Foo ,
20
+ bar:: Bar ,
21
+ bar:: baz:: Baz ,
22
+ Foo2 ,
23
+ bar:: Bar2 ,
24
+ } ;
25
+
26
+ use column_______________________________________________________________________________096:: {
27
+ Foo ,
28
+ bar:: Bar ,
29
+ bar:: baz:: Baz ,
30
+ Foo2 ,
31
+ bar:: Bar2 ,
32
+ } ;
33
+
34
+ use column_________________________________________________________________________090:: {
35
+ Foo ,
36
+ bar:: Bar ,
37
+ bar:: baz:: Baz ,
38
+ Foo2 ,
39
+ bar:: Bar2 ,
40
+ } ;
41
+
42
+ use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: c090:: c096:: c102:: {
43
+ Foo ,
44
+ bar:: Bar ,
45
+ bar:: baz:: Baz ,
46
+ Foo2 ,
47
+ bar:: Bar2 ,
48
+ } ;
49
+
50
+ use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: c090:: c096:: {
51
+ Foo ,
52
+ bar:: Bar ,
53
+ bar:: baz:: Baz ,
54
+ Foo2 ,
55
+ bar:: Bar2 ,
56
+ } ;
57
+
58
+ use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: c090:: {
59
+ Foo ,
60
+ bar:: Bar ,
61
+ bar:: baz:: Baz ,
62
+ Foo2 ,
63
+ bar:: Bar2 ,
64
+ } ;
65
+
66
+ use c012:: c018:: c024:: c030:: c036:: c042:: c048:: c054:: c060:: c066:: c072:: c078:: c084:: {
67
+ Foo ,
68
+ bar:: Bar ,
69
+ bar:: baz:: Baz ,
70
+ Foo2 ,
71
+ bar:: Bar2 ,
72
+ } ;
73
+ }
74
+
75
+ use smithay:: {
76
+ backend:: renderer:: element:: {
77
+ default_primary_scanout_output_compare, utils:: select_dmabuf_feedback, RenderElementStates ,
78
+ } ,
79
+ delegate_compositor, delegate_data_control, delegate_data_device, delegate_fractional_scale,
80
+ delegate_input_method_manager, delegate_keyboard_shortcuts_inhibit, delegate_layer_shell,
81
+ delegate_output, delegate_pointer_constraints, delegate_pointer_gestures,
82
+ delegate_presentation, delegate_primary_selection, delegate_relative_pointer, delegate_seat,
83
+ delegate_security_context, delegate_shm, delegate_tablet_manager, delegate_text_input_manager,
84
+ delegate_viewporter, delegate_virtual_keyboard_manager, delegate_xdg_activation,
85
+ delegate_xdg_decoration, delegate_xdg_shell,
86
+ desktop:: {
87
+ space:: SpaceElement ,
88
+ utils:: {
89
+ surface_presentation_feedback_flags_from_states, surface_primary_scanout_output,
90
+ update_surface_primary_scanout_output, OutputPresentationFeedback ,
91
+ } ,
92
+ PopupKind , PopupManager , Space ,
93
+ } ,
94
+ input:: {
95
+ keyboard:: { Keysym , LedState , XkbConfig } ,
96
+ pointer:: { CursorImageStatus , PointerHandle } ,
97
+ Seat , SeatHandler , SeatState ,
98
+ } ,
99
+ output:: Output ,
100
+ reexports:: {
101
+ calloop:: { generic:: Generic , Interest , LoopHandle , Mode , PostAction } ,
102
+ wayland_protocols:: xdg:: decoration:: {
103
+ self as xdg_decoration,
104
+ zv1:: server:: zxdg_toplevel_decoration_v1:: Mode as DecorationMode ,
105
+ } ,
106
+ wayland_server:: {
107
+ backend:: { ClientData , ClientId , DisconnectReason } ,
108
+ protocol:: { wl_data_source:: WlDataSource , wl_surface:: WlSurface } ,
109
+ Display , DisplayHandle , Resource ,
110
+ } ,
111
+ } ,
112
+ utils:: { Clock , Monotonic , Rectangle } ,
113
+ wayland:: {
114
+ compositor:: { get_parent, with_states, CompositorClientState , CompositorState } ,
115
+ dmabuf:: DmabufFeedback ,
116
+ fractional_scale:: {
117
+ with_fractional_scale, FractionalScaleHandler , FractionalScaleManagerState ,
118
+ } ,
119
+ input_method:: { InputMethodHandler , InputMethodManagerState , PopupSurface } ,
120
+ keyboard_shortcuts_inhibit:: {
121
+ KeyboardShortcutsInhibitHandler , KeyboardShortcutsInhibitState ,
122
+ KeyboardShortcutsInhibitor ,
123
+ } ,
124
+ output:: { OutputHandler , OutputManagerState } ,
125
+ pointer_constraints:: {
126
+ with_pointer_constraint, PointerConstraintsHandler , PointerConstraintsState ,
127
+ } ,
128
+ pointer_gestures:: PointerGesturesState ,
129
+ presentation:: PresentationState ,
130
+ relative_pointer:: RelativePointerManagerState ,
131
+ seat:: WaylandFocus ,
132
+ security_context:: {
133
+ SecurityContext , SecurityContextHandler , SecurityContextListenerSource ,
134
+ SecurityContextState ,
135
+ } ,
136
+ selection:: data_device:: {
137
+ set_data_device_focus, ClientDndGrabHandler , DataDeviceHandler , DataDeviceState ,
138
+ ServerDndGrabHandler ,
139
+ } ,
140
+ selection:: {
141
+ primary_selection:: {
142
+ set_primary_focus, PrimarySelectionHandler , PrimarySelectionState ,
143
+ } ,
144
+ wlr_data_control:: { DataControlHandler , DataControlState } ,
145
+ SelectionHandler ,
146
+ } ,
147
+ shell:: {
148
+ wlr_layer:: WlrLayerShellState ,
149
+ xdg:: {
150
+ decoration:: { XdgDecorationHandler , XdgDecorationState } ,
151
+ ToplevelSurface , XdgShellState , XdgToplevelSurfaceData ,
152
+ } ,
153
+ } ,
154
+ shm:: { ShmHandler , ShmState } ,
155
+ socket:: ListeningSocketSource ,
156
+ tablet_manager:: { TabletManagerState , TabletSeatTrait } ,
157
+ text_input:: TextInputManagerState ,
158
+ viewporter:: ViewporterState ,
159
+ virtual_keyboard:: VirtualKeyboardManagerState ,
160
+ xdg_activation:: {
161
+ XdgActivationHandler , XdgActivationState , XdgActivationToken , XdgActivationTokenData ,
162
+ } ,
163
+ xdg_foreign:: { XdgForeignHandler , XdgForeignState } ,
164
+ } ,
165
+ } ;
0 commit comments