[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] rust: remove unnecessary Cargo.toml metadata
From: |
Zhao Liu |
Subject: |
Re: [PATCH 1/2] rust: remove unnecessary Cargo.toml metadata |
Date: |
Thu, 6 Feb 2025 18:42:14 +0800 |
On Wed, Jan 29, 2025 at 09:37:03AM +0100, Paolo Bonzini wrote:
> Date: Wed, 29 Jan 2025 09:37:03 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 1/2] rust: remove unnecessary Cargo.toml metadata
> X-Mailer: git-send-email 2.48.1
>
> Some items of Cargo.toml (readme, homepage, repository) are
> only present because of clippy::cargo warnings being enabled in
> rust/hw/char/pl011/src/lib.rs. But these items are not
> particularly useful and would be all the same for all Cargo.toml
> files in the QEMU workspace. Clean them up.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/hw/char/pl011/Cargo.toml | 3 ---
> rust/hw/char/pl011/README.md | 31 -------------------------------
> rust/hw/char/pl011/src/lib.rs | 14 ++++++--------
> rust/qemu-api-macros/Cargo.toml | 3 ---
> rust/qemu-api-macros/README.md | 1 -
> 5 files changed, 6 insertions(+), 46 deletions(-)
> delete mode 100644 rust/hw/char/pl011/README.md
> delete mode 100644 rust/qemu-api-macros/README.md
>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 1/2] rust: remove unnecessary Cargo.toml metadata,
Zhao Liu <=