Nicholas Nethercote
4cfdbd328b
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![];
```
2023-12-11 09:36:40 +11:00
..
2023-10-20 21:14:02 +00:00
2023-10-20 21:14:01 +00:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2023-10-20 21:14:01 +00:00
2023-01-11 09:32:08 +00:00
2023-10-20 21:14:01 +00:00
2023-12-11 09:36:40 +11:00
2023-11-24 19:15:52 +01:00
2023-11-28 19:29:56 +00:00
2023-11-28 19:29:56 +00:00
2023-11-24 19:15:52 +01:00
2023-02-22 08:40:47 -07:00
2023-11-24 19:15:52 +01:00
2023-10-20 21:14:01 +00:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2023-01-11 09:32:08 +00:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2023-09-23 13:47:30 +00:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00