Skip to content

Commit e207042

Browse files
committed
removed allow deprecated
1 parent 4a7ad7b commit e207042

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

adapter/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![deny(rust_2018_idioms)]
22
#![deny(clippy::all)]
33
#![cfg_attr(docsrs, feature(doc_cfg))]
4-
#![allow(deprecated)]
54

65
pub use {
76
self::adapter::{

primitives/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![deny(rust_2018_idioms)]
22
#![deny(clippy::all)]
33
#![cfg_attr(docsrs, feature(doc_cfg))]
4-
#![allow(deprecated)]
54
// TODO: Remove once stabled and upstream num::Integer::div_floor(...) is fixed
65
#![allow(unstable_name_collisions)]
76
use std::{error, fmt};

sentry/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![deny(clippy::all)]
22
#![deny(rust_2018_idioms)]
3-
#![allow(deprecated)]
43
#![cfg_attr(docsrs, feature(doc_cfg))]
54

65
#[doc(inline)]

test_harness/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![allow(deprecated)]
21
use std::{
32
collections::HashMap,
43
net::{IpAddr, Ipv4Addr},

0 commit comments

Comments
 (0)