mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
Drop redundant resolver setting for 2021 edition
This commit is contained in:
committed by
Kirill Bulatov
parent
9d3779c124
commit
629688fd6c
@@ -29,7 +29,7 @@ def colorify(
|
||||
|
||||
|
||||
def rustfmt(fix_inplace: bool = False, no_color: bool = False) -> str:
|
||||
cmd = "rustfmt --edition=2018"
|
||||
cmd = "rustfmt --edition=2021"
|
||||
if not fix_inplace:
|
||||
cmd += " --check"
|
||||
if no_color:
|
||||
|
||||
Reference in New Issue
Block a user