rust/library/core/src/unicode
Nicholas Nethercote 75b6ec9800 Avoid comments that describe multiple use items.
There are some comments describing multiple subsequent `use` items. When
the big `use` reformatting happens some of these `use` items will be
reordered, possibly moving them away from the comment. With this
additional level of formatting it's not really feasible to have comments
of this type. This commit removes them in various ways:

- merging separate `use` items when appropriate;

- inserting blank lines between the comment and the first `use` item;

- outright deletion (for comments that are relatively low-value);

- adding a separate "top-level" comment.

We also entirely skip formatting for four library files that contain
nothing but `pub use` re-exports, where reordering would be painful.
2024-07-17 08:02:46 +10:00
..
mod.rs Avoid comments that describe multiple use items. 2024-07-17 08:02:46 +10:00
printable.py Apply changes to fix python linting errors 2023-06-16 20:56:01 -04:00
printable.rs Bump Unicode printables to version 15.1, align to unicode_data 2024-03-28 11:21:52 +01:00
unicode_data.rs Add a lower bound check to unicode-table-generator output 2024-04-20 10:16:45 +02:00