]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: remove unnecessary Cargo.toml metadata
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jan 2025 10:01:09 +0000 (11:01 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Feb 2025 23:04:28 +0000 (00:04 +0100)
commitf26137893b98c6e1fd6819d5f13cb74fafcdcff9
treebafc3d1e08a4b6c5da65948453d82a5f2f943fd3
parent131c58469f6fb68c89b38fee6aba8bbb20c7f4bf
rust: remove unnecessary Cargo.toml metadata

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
rust/hw/char/pl011/README.md [deleted file]
rust/hw/char/pl011/src/lib.rs
rust/qemu-api-macros/Cargo.toml
rust/qemu-api-macros/README.md [deleted file]