diff options
| author | Gary Guo <gary@garyguo.net> | 2026-07-10 17:20:32 +0100 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2026-07-13 12:09:41 +0100 |
| commit | 554d1afffc391f938ca58ab74b82238ac2d29c37 (patch) | |
| tree | 9aaa36bff75350c5bbfd40cb094e67e9427d7bbe /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | f26f2f22c6d16d6019fbd1248681e57a1a533bd3 (diff) | |
rust: pin-init: examples: fix incorrect drop
Remove the drop and associated clippy allow. The warning reported by Clippy
here is genuine; the binding created is `Pin<&mut T>` so dropping it does
nothing. `stack_pin_init` created bindings are only dropped at the end of
scope.
Reviewed-by: Benno Lossin <lossin@kernel.org>
Link: https://patch.msgid.link/20260710-pin-init-sync-v1-2-8fa16cde87ae@garyguo.net
Signed-off-by: Gary Guo <gary@garyguo.net>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
