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:
parent
03ac773d0e
commit
1314baf058
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue