1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-27 17:17:45 +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", "cstree-derive",
"test_suite", "test_suite",
] ]
resolver = "2"
[workspace.package] [workspace.package]
edition = "2021" edition = "2021"
@ -15,7 +16,7 @@ authors = [
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/domenicquirl/cstree" repository = "https://github.com/domenicquirl/cstree"
readme = "README.md" readme = "README.md"
rust-version = "1.68" rust-version = "1.71"
[profile.release] [profile.release]
debug = true debug = true

View file

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