diff options
author | Benno Lossin <lossin@kernel.org> | 2025-08-18 15:18:44 +0200 |
---|---|---|
committer | Benno Lossin <lossin@kernel.org> | 2025-09-11 23:25:54 +0200 |
commit | 3d536277449e4de4609d4f0b8302ae7fd00b04b2 (patch) | |
tree | f4a911054c99cff87709c5ed0ae5d17bce2235b4 /rust/helpers/helpers.c | |
parent | 8f5ae30d69d7543eee0d70083daf4de8fe15d585 (diff) |
rust: pin-init: examples: error: use `Error` in `fn main()`
When running this example with no cargo features enabled, the compiler
warns on 1.89:
error: struct `Error` is never constructed
--> examples/error.rs:11:12
|
11 | pub struct Error;
| ^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
Thus use the error in the main function to avoid this warning.
Signed-off-by: Benno Lossin <lossin@kernel.org>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions