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