solana/ledger-tool/src
steviez 7c4e7230b0
ledger-tool: Run rustfmt with format_strings = true (#34284)
Long string literals can cause rustfmt to fail, which results in rustfmt
failing to format entire functions. There are several instances of this
in ledger-tool, so format these files with wrapped strings so that
formatting will apply to functions again.

Note that this PR was created by adding format_strings = true to
rustfmt.toml; however, this change does NOT persist that rule as the
rule would format the entire repo.
2023-12-01 02:50:18 -06:00
..
args.rs Removes filler accounts (#34115) 2023-11-19 20:36:57 -05:00
bigtable.rs ledger-tool: Run rustfmt with format_strings = true (#34284) 2023-12-01 02:50:18 -06:00
ledger_path.rs
ledger_utils.rs ledger-tool: Run rustfmt with format_strings = true (#34284) 2023-12-01 02:50:18 -06:00
main.rs ledger-tool: Run rustfmt with format_strings = true (#34284) 2023-12-01 02:50:18 -06:00
output.rs ledger-tool: read bigtable entries (#34266) 2023-11-30 21:33:04 +00:00
program.rs ledger-tool: Run rustfmt with format_strings = true (#34284) 2023-12-01 02:50:18 -06:00