Skip to content

Commit

Permalink
Allow deprecated items in test/ too
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jul 12, 2019
1 parent e76d5a0 commit 34a76eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// XXX Allow deprecated items until release 0.16.0. See issue #1096.
#![allow(deprecated)]
extern crate bytes;
#[cfg(any(target_os = "android", target_os = "linux"))]
extern crate caps;
Expand Down

0 comments on commit 34a76eb

Please sign in to comment.