1
Fork 0

Rename drop_ref lint to dropping_references

This commit is contained in:
Urgau 2023-05-19 11:25:35 +02:00
parent 85a1828943
commit c93d9c1794
30 changed files with 50 additions and 50 deletions

View file

@ -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: