Remove unused #[must_used] (#17959)
# Objective - Fixed CI compilation failure on Rust Nightly 1.87 due to [this PR](https://github.com/rust-lang/rust/pull/136923) ## Solution - Removed unused `#[must_use]` ## Testing - cargo +nightly check --target wasm32-unknown-unknown -Z build-std=std,panic_abort
This commit is contained in:
parent
8de6b16e9d
commit
6bcb2b633b
@ -1417,7 +1417,6 @@ impl AppExit {
|
||||
}
|
||||
|
||||
impl From<u8> for AppExit {
|
||||
#[must_use]
|
||||
fn from(value: u8) -> Self {
|
||||
Self::from_code(value)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user