1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-27 09:07:44 +00:00

update renamed lint that was moved into rustc

This commit is contained in:
Domenic Quirl 2023-08-10 19:56:46 +02:00
parent 03ac773d0e
commit 1314baf058
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@ members = [
"cstree-derive",
"test_suite",
]
resolver = "2"
[workspace.package]
edition = "2021"
@ -15,7 +16,7 @@ authors = [
license = "MIT OR Apache-2.0"
repository = "https://github.com/domenicquirl/cstree"
readme = "README.md"
rust-version = "1.68"
rust-version = "1.71"
[profile.release]
debug = true

View file

@ -149,7 +149,7 @@ fn drop_send() {
#[test]
#[cfg_attr(miri, ignore)]
#[allow(clippy::drop_ref)]
#[allow(dropping_references)]
fn drop_sync() {
let tree = two_level_tree();
let tree = build_tree::<()>(&tree);