On 10/2/25 11:22, Paolo Bonzini wrote:
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 <[email protected]>
---
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 <[email protected]>
https://lore.kernel.org/qemu-devel/[email protected]/