From: Paolo Bonzini <[email protected]> This was in practice not enabled until now, and now that it is the results are not great. Disable it so that the CI job check-rust-tools-nightly does not fail gratuitously.
Reported-by: Peter Maydell <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-ID: <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- rust/rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml index ebecb99fe09..a7d610bce21 100644 --- a/rust/rustfmt.toml +++ b/rust/rustfmt.toml @@ -4,4 +4,4 @@ format_code_in_doc_comments = true format_strings = true imports_granularity = "Crate" group_imports = "StdExternalCrate" -wrap_comments = true +wrap_comments = false -- 2.53.0
