view rustfmt.toml @ 52010:37f693975cbc stable

demande-import-test: use `wsgiref` instead of `telnetlib` for testing The `telnetlib` module has been dropped in 3.13. The `wsgiref` module fit the same purpose of being obscure and not imported yet.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 15 Oct 2024 04:33:30 +0200
parents 426294d06ddc
children
line wrap: on
line source

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