Mahmoud Al-Qudsi
|
5f8f799cf7
|
Replace C++ doc \return with "Return"
quick_replace '\\\\return(s)? ' 'Return$1 ' src/
Filtered to only lines beginning with //
|
2024-05-06 14:59:36 -05:00 |
|
Fabian Boehm
|
0a92d03498
|
Remove L! from sprintf calls
Remove unnecessary L!
|
2024-01-13 08:52:54 +01:00 |
|
Fabian Boehm
|
09cd7c7ad9
|
Remove widestring-suffix uses
This removes both the `#[widestrs]` annotation as well as all `"foo"L`
suffixes, and does a `cargo fmt` run on the result
|
2024-01-13 08:52:54 +01:00 |
|
Johannes Altmanninger
|
3ae20bdba0
|
Move fish-rust to project root
|
2024-01-13 03:58:33 +01:00 |
|