view rustfmt.toml @ 51250:a8ca22119385

rust-index: add support for `del index[r]` Only the `del index[r:]` syntax was supported, but the comment said otherwise. It's not actually used in core code, but the C index supports it.
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 02 Nov 2023 15:50:13 +0100
parents 426294d06ddc
children
line wrap: on
line source

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true