summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2026-07-10 17:20:32 +0100
committerGary Guo <gary@garyguo.net>2026-07-13 12:09:41 +0100
commit554d1afffc391f938ca58ab74b82238ac2d29c37 (patch)
tree9aaa36bff75350c5bbfd40cb094e67e9427d7bbe /tools/perf/scripts/python/stackcollapse.py
parentf26f2f22c6d16d6019fbd1248681e57a1a533bd3 (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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions