Commit c56d8f4582 for qemu.org

commit c56d8f45820b7ecea45dd607ac4e2df24db5a100
Author: Paolo Bonzini <pbonzini@redhat.com>
Date:   Wed Sep 2 10:36:24 2026 +0200

    rustfmt: disable wrap_comments

    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 <peter.maydell@linaro.org>
    Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
    Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
    Message-ID: <20260902083624.419157-1-pbonzini@redhat.com>
    Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>

diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml
index ebecb99fe0..a7d610bce2 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