Apply review suggestions

This commit is contained in:
Tomasz Miąsko 2019-11-06 00:00:00 +00:00
parent e8733f7845
commit f736de5dbc
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
// build-pass
// check-pass
#![allow(unused_imports)]
// pretty-expanded FIXME #23616

View File

@ -1,4 +1,4 @@
// build-pass
// check-pass
#![allow(dead_code)]
struct A;
impl Drop for A {

View File

@ -1,4 +1,4 @@
// check-pass
// build-pass
#[derive(Debug)]
pub struct Config {
pub name: String,

View File

@ -1,4 +1,4 @@
// build-pass
// check-pass
// pretty-expanded FIXME #23616
trait Canvas {

View File

@ -1,4 +1,4 @@
// check-pass
// build-pass
#![allow(dead_code)]
trait Foo {
fn foo(&self);

View File

@ -1,4 +1,4 @@
// build-pass
// check-pass
#![allow(dead_code)]
// pretty-expanded FIXME #23616

View File

@ -1,4 +1,4 @@
// build-pass
// check-pass
// aux-build:issue-57264-1.rs
extern crate issue_57264_1;

View File

@ -1,4 +1,4 @@
// build-pass
// check-pass
// aux-build:issue-57264-2.rs
extern crate issue_57264_2;

View File

@ -1,6 +1,6 @@
// aux-build:foo.rs
// compile-flags:--extern foo
// build-pass
// check-pass
// edition:2018
#![deny(unused_extern_crates)]