Skip to content

Commit

Permalink
Rename drop_ref lint to dropping_references
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed May 21, 2023
1 parent 88d318f commit 931bd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fail/stacked_borrows/illegal_write2.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(drop_ref)]
#![allow(dropping_references)]

fn main() {
let target = &mut 42;
Expand Down

0 comments on commit 931bd01

Please sign in to comment.