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