Skip to content

Commit 0bb1ec7

Browse files
Remove redundant code comments
1 parent 59120d0 commit 0bb1ec7

File tree

1 file changed

+72
-72
lines changed

1 file changed

+72
-72
lines changed

tests/rustdoc-gui/search-result-color.goml

+72-72
Original file line numberDiff line numberDiff line change
@@ -79,58 +79,58 @@ store-value: (grey, "#999")
7979

8080
call-function: (
8181
"check-result-color", {
82-
"result_kind": "keyword", // item kind
83-
"color": "#39afd7", // color of item kind
84-
"hover_color": "#39afd7", // color of hovered/focused item kind
82+
"result_kind": "keyword",
83+
"color": "#39afd7",
84+
"hover_color": "#39afd7",
8585
},
8686
)
8787
call-function: (
8888
"check-result-color", {
89-
"result_kind": "struct", // item kind
90-
"color": "#ffa0a5", // color of item kind
91-
"hover_color": "#ffa0a5", // color of hovered/focused item kind
89+
"result_kind": "struct",
90+
"color": "#ffa0a5",
91+
"hover_color": "#ffa0a5",
9292
},
9393
)
9494
call-function: (
9595
"check-result-color", {
96-
"result_kind": "associatedtype", // item kind
97-
"color": "#39afd7", // color of item kind
98-
"hover_color": "#39afd7", // color of hovered/focused item kind
96+
"result_kind": "associatedtype",
97+
"color": "#39afd7",
98+
"hover_color": "#39afd7",
9999
},
100100
)
101101
call-function: (
102102
"check-result-color", {
103-
"result_kind": "tymethod", // item kind
104-
"color": "#fdd687", // color of item kind
105-
"hover_color": "#fdd687", // color of hovered/focused item kind
103+
"result_kind": "tymethod",
104+
"color": "#fdd687",
105+
"hover_color": "#fdd687",
106106
},
107107
)
108108
call-function: (
109109
"check-result-color", {
110-
"result_kind": "method", // item kind
111-
"color": "#fdd687", // color of item kind
112-
"hover_color": "#fdd687", // color of hovered/focused item kind
110+
"result_kind": "method",
111+
"color": "#fdd687",
112+
"hover_color": "#fdd687",
113113
},
114114
)
115115
call-function: (
116116
"check-result-color", {
117-
"result_kind": "structfield", // item kind
118-
"color": "#0096cf", // color of item kind
119-
"hover_color": "#fff", // color of hovered/focused item kind
117+
"result_kind": "structfield",
118+
"color": "#0096cf",
119+
"hover_color": "#fff",
120120
},
121121
)
122122
call-function: (
123123
"check-result-color", {
124-
"result_kind": "macro", // item kind
125-
"color": "#a37acc", // color of item kind
126-
"hover_color": "#a37acc", // color of hovered/focused item kind
124+
"result_kind": "macro",
125+
"color": "#a37acc",
126+
"hover_color": "#a37acc",
127127
},
128128
)
129129
call-function: (
130130
"check-result-color", {
131-
"result_kind": "fn", // item kind
132-
"color": "#fdd687", // color of item kind
133-
"hover_color": "#fdd687", // color of hovered/focused item kind
131+
"result_kind": "fn",
132+
"color": "#fdd687",
133+
"hover_color": "#fdd687",
134134
},
135135
)
136136

@@ -191,58 +191,58 @@ store-value: (grey, "#ccc")
191191

192192
call-function: (
193193
"check-result-color", {
194-
"result_kind": "keyword", // item kind
195-
"color": "#d2991d", // color of item kind
196-
"hover_color": "#d2991d", // color of hovered/focused item kind
194+
"result_kind": "keyword",
195+
"color": "#d2991d",
196+
"hover_color": "#d2991d",
197197
},
198198
)
199199
call-function: (
200200
"check-result-color", {
201-
"result_kind": "struct", // item kind
202-
"color": "#2dbfb8", // color of item kind
203-
"hover_color": "#2dbfb8", // color of hovered/focused item kind
201+
"result_kind": "struct",
202+
"color": "#2dbfb8",
203+
"hover_color": "#2dbfb8",
204204
},
205205
)
206206
call-function: (
207207
"check-result-color", {
208-
"result_kind": "associatedtype", // item kind
209-
"color": "#d2991d", // color of item kind
210-
"hover_color": "#d2991d", // color of hovered/focused item kind
208+
"result_kind": "associatedtype",
209+
"color": "#d2991d",
210+
"hover_color": "#d2991d",
211211
},
212212
)
213213
call-function: (
214214
"check-result-color", {
215-
"result_kind": "tymethod", // item kind
216-
"color": "#2bab63", // color of item kind
217-
"hover_color": "#2bab63", // color of hovered/focused item kind
215+
"result_kind": "tymethod",
216+
"color": "#2bab63",
217+
"hover_color": "#2bab63",
218218
},
219219
)
220220
call-function: (
221221
"check-result-color", {
222-
"result_kind": "method", // item kind
223-
"color": "#2bab63", // color of item kind
224-
"hover_color": "#2bab63", // color of hovered/focused item kind
222+
"result_kind": "method",
223+
"color": "#2bab63",
224+
"hover_color": "#2bab63",
225225
},
226226
)
227227
call-function: (
228228
"check-result-color", {
229-
"result_kind": "structfield", // item kind
230-
"color": "#ddd", // color of item kind
231-
"hover_color": "#ddd", // color of hovered/focused item kind
229+
"result_kind": "structfield",
230+
"color": "#ddd",
231+
"hover_color": "#ddd",
232232
},
233233
)
234234
call-function: (
235235
"check-result-color", {
236-
"result_kind": "macro", // item kind
237-
"color": "#09bd00", // color of item kind
238-
"hover_color": "#09bd00", // color of hovered/focused item kind
236+
"result_kind": "macro",
237+
"color": "#09bd00",
238+
"hover_color": "#09bd00",
239239
},
240240
)
241241
call-function: (
242242
"check-result-color", {
243-
"result_kind": "fn", // item kind
244-
"color": "#2bab63", // color of item kind
245-
"hover_color": "#2bab63", // color of hovered/focused item kind
243+
"result_kind": "fn",
244+
"color": "#2bab63",
245+
"hover_color": "#2bab63",
246246
},
247247
)
248248

@@ -288,58 +288,58 @@ store-value: (grey, "#999")
288288

289289
call-function: (
290290
"check-result-color", {
291-
"result_kind": "keyword", // item kind
292-
"color": "#3873ad", // color of item kind
293-
"hover_color": "#3873ad", // color of hovered/focused item kind
291+
"result_kind": "keyword",
292+
"color": "#3873ad",
293+
"hover_color": "#3873ad",
294294
},
295295
)
296296
call-function: (
297297
"check-result-color", {
298-
"result_kind": "struct", // item kind
299-
"color": "#ad378a", // color of item kind
300-
"hover_color": "#ad378a", // color of hovered/focused item kind
298+
"result_kind": "struct",
299+
"color": "#ad378a",
300+
"hover_color": "#ad378a",
301301
},
302302
)
303303
call-function: (
304304
"check-result-color", {
305-
"result_kind": "associatedtype", // item kind
306-
"color": "#3873ad", // color of item kind
307-
"hover_color": "#3873ad", // color of hovered/focused item kind
305+
"result_kind": "associatedtype",
306+
"color": "#3873ad",
307+
"hover_color": "#3873ad",
308308
},
309309
)
310310
call-function: (
311311
"check-result-color", {
312-
"result_kind": "tymethod", // item kind
313-
"color": "#ad7c37", // color of item kind
314-
"hover_color": "#ad7c37", // color of hovered/focused item kind
312+
"result_kind": "tymethod",
313+
"color": "#ad7c37",
314+
"hover_color": "#ad7c37",
315315
},
316316
)
317317
call-function: (
318318
"check-result-color", {
319-
"result_kind": "method", // item kind
320-
"color": "#ad7c37", // color of item kind
321-
"hover_color": "#ad7c37", // color of hovered/focused item kind
319+
"result_kind": "method",
320+
"color": "#ad7c37",
321+
"hover_color": "#ad7c37",
322322
},
323323
)
324324
call-function: (
325325
"check-result-color", {
326-
"result_kind": "structfield", // item kind
327-
"color": "#000", // color of item kind
328-
"hover_color": "#000", // color of hovered/focused item kind
326+
"result_kind": "structfield",
327+
"color": "#000",
328+
"hover_color": "#000",
329329
},
330330
)
331331
call-function: (
332332
"check-result-color", {
333-
"result_kind": "macro", // item kind
334-
"color": "#068000", // color of item kind
335-
"hover_color": "#068000", // color of hovered/focused item kind
333+
"result_kind": "macro",
334+
"color": "#068000",
335+
"hover_color": "#068000",
336336
},
337337
)
338338
call-function: (
339339
"check-result-color", {
340-
"result_kind": "fn", // item kind
341-
"color": "#ad7c37", // color of item kind
342-
"hover_color": "#ad7c37", // color of hovered/focused item kind
340+
"result_kind": "fn",
341+
"color": "#ad7c37",
342+
"hover_color": "#ad7c37",
343343
},
344344
)
345345

0 commit comments

Comments
 (0)