mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Only allow new lint when not bootstrapping - since beta doesn't know about the lint
This commit is contained in:
parent
ee65416f0d
commit
d3b49c2ed2
@ -1,4 +1,4 @@
|
||||
#![allow(noop_method_call)]
|
||||
#![cfg_attr(not(bootstrap), allow(noop_method_call))]
|
||||
|
||||
#[test]
|
||||
fn test_borrowed_clone() {
|
||||
|
Loading…
Reference in New Issue
Block a user