Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit 1cead75

Browse files
committed
Deny bare_trait_objects globally
1 parent feb66ee commit 1cead75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
html_root_url = "https://doc.rust-lang.org/nightly/",
4646
html_playground_url = "https://play.rust-lang.org/",
4747
test(attr(deny(warnings))))]
48-
#![deny(bare_trait_objects)]
4948
#![deny(missing_docs)]
5049

5150
#![cfg_attr(windows, feature(libc))]

0 commit comments

Comments
 (0)