Skip to content

Commit f9d3a74

Browse files
2ndDerivativeTurbo87
authored andcommitted
Cleanup trailing whitespace in category descriptions
1 parent af4ba5a commit f9d3a74

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/boot/categories.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
[accessibility]
3030
name = "Accessibility"
3131
description = """
32-
Assistive technology that helps overcome disabilities and impairments to make software usable by as many people as possible. \
32+
Assistive technology that helps overcome disabilities and impairments to make software usable by as many people as possible.\
3333
"""
3434

3535
[aerospace]
@@ -104,7 +104,7 @@ Crates to help with the process of confirming identities.\
104104
[automotive]
105105
name = "Automotive"
106106
description = """
107-
Crates related to the automotive industry, including vehicle control and diagnostics.
107+
Crates related to the automotive industry, including vehicle control and diagnostics.\
108108
"""
109109

110110
[caching]
@@ -233,7 +233,7 @@ includes binding generators and helpful language constructs.\
233233
[development-tools.categories.procedural-macro-helpers]
234234
name = "Procedural macro helpers"
235235
description = """
236-
Crates to help you write procedural macros in Rust.
236+
Crates to help you write procedural macros in Rust.\
237237
"""
238238

239239
[development-tools.categories.profiling]
@@ -258,7 +258,7 @@ Crates to help with sending, receiving, formatting, and parsing email.\
258258
name = "Embedded development"
259259
description = """
260260
Crates that are primarily useful on embedded devices or \
261-
without an operating system.
261+
without an operating system.\
262262
"""
263263

264264
[emulators]
@@ -280,7 +280,7 @@ name = "External FFI bindings"
280280
description = """
281281
Direct Rust FFI bindings to libraries written in other languages; \
282282
often denoted by a -sys suffix. Safe and idiomatic wrappers are in \
283-
the API bindings category.
283+
the API bindings category.\
284284
"""
285285

286286
[filesystem]
@@ -354,7 +354,7 @@ languages and regions.\
354354
[mathematics]
355355
name = "Mathematics"
356356
description = """
357-
Crates with a mathematical aspect.
357+
Crates with a mathematical aspect.\
358358
"""
359359

360360
[memory-management]
@@ -374,25 +374,25 @@ engines.\
374374
[multimedia.categories.audio]
375375
name = "Audio"
376376
description = """
377-
Crates that record, output, or process audio.
377+
Crates that record, output, or process audio.\
378378
"""
379379

380380
[multimedia.categories.video]
381381
name = "Video"
382382
description = """
383-
Crates that record, output, or process video.
383+
Crates that record, output, or process video.\
384384
"""
385385

386386
[multimedia.categories.images]
387387
name = "Images"
388388
description = """
389-
Crates that process or build images.
389+
Crates that process or build images.\
390390
"""
391391

392392
[multimedia.categories.encoding]
393393
name = "Encoding"
394394
description = """
395-
Crates that encode or decode binary data in multimedia formats.
395+
Crates that encode or decode binary data in multimedia formats.\
396396
"""
397397

398398
[network-programming]
@@ -405,7 +405,7 @@ or SSH, or lower-level network protocols such as TCP or UDP.\
405405
[no-std]
406406
name = "No standard library"
407407
description = """
408-
Crates that are able to function without the Rust standard library.
408+
Crates that are able to function without the Rust standard library.\
409409
"""
410410

411411
[no-std.categories.no-alloc]
@@ -514,7 +514,7 @@ biology, machine learning, geoscience, and other scientific fields.\
514514
[science.categories.geo]
515515
name = "Geospatial"
516516
description = """
517-
Processing of spatial information, maps, navigation data, and geographic information systems.
517+
Processing of spatial information, maps, navigation data, and geographic information systems.\
518518
"""
519519

520520
[science.categories.robotics]

0 commit comments

Comments
 (0)