diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-12 15:36:14 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-12-11 09:36:40 +1100 |
| commit | e35acc2def70a02d0978876b4e17f1ce75783a0e (patch) | |
| tree | 5778059bc78d65e417edd274deba6a097d6c65e3 /tests/rustdoc-js-std/osstring-to-string.js | |
| parent | 0109fa6b490385998999e7d1ae102d92ae52dfe7 (diff) | |
| download | rust-e35acc2def70a02d0978876b4e17f1ce75783a0e.tar.gz rust-e35acc2def70a02d0978876b4e17f1ce75783a0e.zip | |
Add spacing information to delimiters.
This is an extension of the previous commit. It means the output of something like this: ``` stringify!(let a: Vec<u32> = vec![];) ``` goes from this: ``` let a: Vec<u32> = vec![] ; ``` With this PR, it now produces this string: ``` let a: Vec<u32> = vec![]; ```
Diffstat (limited to 'tests/rustdoc-js-std/osstring-to-string.js')
0 files changed, 0 insertions, 0 deletions
