view rustfmt.toml @ 52124:47981c4bfeee

wireprototypes: convert `baseprotocolhandler` to a Protocol class The methodology for doing this is now known, and this is limited to two implementing classes, so just make the changes.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 24 Oct 2024 20:47:12 -0400
parents 426294d06ddc
children
line wrap: on
line source

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