tagged-pointer-0.rs/Cargo.toml

9 lines
154 B
TOML

[package]
name = "tagged-pointer-0"
edition = "2024"
version = "0.0.0"
[lints]
rust = { nonstandard_style = "allow", unsafe_op_in_unsafe_fn = "allow" }