Rename drop_ref
lint to dropping_references
This commit is contained in:
parent
85a1828943
commit
c93d9c1794
30 changed files with 50 additions and 50 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#![allow(irrefutable_let_patterns)]
|
||||
#![allow(dropping_copy_types)]
|
||||
#![allow(drop_ref)]
|
||||
#![allow(dropping_references)]
|
||||
|
||||
fn main() {
|
||||
// A regression test for a mistake we made at one point:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue