]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Fix nightly rustc warnings
authorKushal Pal <kushalpal109@gmail.com>
Mon, 24 Jun 2024 12:07:30 +0000 (12:07 +0000)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:52 +0000 (16:35 +0100)
commitd9167a76f4dc2d3060becb8a8fa47d49d827d213
tree4518a7ede3f848d2b56570fb71f5d28f0afc5186
parent29f847e8b8cf21c12d07f2eec6a53f8bccdffeac
gccrs: Fix nightly rustc warnings

libgrust/ChangeLog:

* libformat_parser/Cargo.toml:
Used crate-type instead of depricated crate_type.
* libformat_parser/generic_format_parser/src/lib.rs:
Remove dead code.
* libformat_parser/src/lib.rs: Likewise.

Signed-off-by: Kushal Pal <kushalpal109@gmail.com>
libgrust/libformat_parser/Cargo.toml
libgrust/libformat_parser/generic_format_parser/src/lib.rs
libgrust/libformat_parser/src/lib.rs