view rustfmt.toml @ 50378:ebf1a07539b9

statichttprepo: fix the vfs.join() method to match the base class definition Flagged by PyCharm. The superclass implementation raised NotImplementedError.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 01 Mar 2023 13:11:51 -0500
parents 426294d06ddc
children
line wrap: on
line source

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