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

@ -1,6 +1,6 @@
// check-pass
#![allow(drop_ref)]
#![allow(dropping_references)]
fn main() {
struct U;