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
|
@ -1,6 +1,6 @@
|
|||
// check-pass
|
||||
|
||||
#![allow(drop_ref)]
|
||||
#![allow(dropping_references)]
|
||||
|
||||
fn main() {
|
||||
struct U;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue