summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlice Ryhl <aliceryhl@google.com>2026-02-19 12:12:29 +0300
committerDanilo Krummrich <dakr@kernel.org>2026-03-03 22:33:26 +0300
commitd1880d5f5899c572337ceb3d7e067052b22597e1 (patch)
tree2d471b74f791f7bc8abed8f7707af0787e977116 /scripts
parent1b9a5bc8513d081c1bfe2c096b6dc502a4660f47 (diff)
downloadlinux-d1880d5f5899c572337ceb3d7e067052b22597e1.tar.xz
rust: irq: move 'static bounds to traits
The 'static bound is required by all irq handlers, so it is simpler to specify it on the trait declaration instead of repeating it every time the trait is used as a where clause. Note that we already list Sync on the trait bound for the same reason. Signed-off-by: Alice Ryhl <aliceryhl@google.com> Reviewed-by: Gary Guo <gary@garyguo.net> Reviewed-by: Benno Lossin <lossin@kernel.org> Link: https://patch.msgid.link/20260219-irq-static-on-trait-v1-1-6ede6b743ea3@google.com Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions