rust-cookbook icon indicating copy to clipboard operation
rust-cookbook copied to clipboard

Use spaces for CSV in indentation

Open djc opened this issue 4 years ago • 0 comments
trafficstars

The use of tabs for indentation made the example error due to finding more columns on the indented lines than intended. Use escaped newlines and line continuations to prevent the indentation from being part of the records.

djc avatar Mar 17 '21 13:03 djc