Skip to content

Commit 931bd01

Browse files
committed
Rename drop_ref lint to dropping_references
1 parent 88d318f commit 931bd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fail/stacked_borrows/illegal_write2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(drop_ref)]
1+
#![allow(dropping_references)]
22

33
fn main() {
44
let target = &mut 42;

0 commit comments

Comments
 (0)