1
Fork 0

Update test stderr with results of enabling unused lints

This commit is contained in:
Mark Rousskov 2019-09-01 17:30:19 -04:00
parent 072942d569
commit 6fdbece55f
57 changed files with 121 additions and 68 deletions

View file

@ -8,6 +8,7 @@
// ignore-wasm32-bare compiled with panic=abort by default
#![feature(slice_patterns)]
#![allow(unused)]
use std::{
cell::{Cell, RefCell},