mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 00:58:39 +02:00
Rust 1.78 doesn't emit a `dead_code` error on the annotated element,
resulting in the `unfulfilled_lint_expectations` error. Rust 1.85 does
emit the `dead_code` error, so we still need an `allow`.
Link:
|
||
|---|---|---|
| .. | ||
| big_struct_in_place.rs | ||
| error.rs | ||
| linked_list.rs | ||
| mutex.rs | ||
| pthread_mutex.rs | ||
| static_init.rs | ||