diff options
author | Alice Ryhl <[email protected]> | 2024-02-15 10:46:01 +0000 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2024-02-18 21:22:27 +0100 |
commit | 44f2e626cbf777f3035aef7fa379ce34bf2f57e8 (patch) | |
tree | f207ff52b268c938a9ad559f30879001083da55b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e283ee239220908118d66eea46dd8bb6175767b2 (diff) |
rust: kernel: stop using ptr_metadata feature
The `byte_sub` method was stabilized in Rust 1.75.0. By using that
method, we no longer need the unstable `ptr_metadata` feature for
implementing `Arc::from_raw`.
This brings us one step closer towards not using unstable compiler
features.
Reviewed-by: Benno Lossin <[email protected]>
Reviewed-by: Martin Rodriguez Reboredo <[email protected]>
Reviewed-by: Trevor Gross <[email protected]>
Signed-off-by: Alice Ryhl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[ Reworded title. ]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions