Skip to content

Commit a9ee8c4

Browse files
committed
lib: remove the provide_any feature when backtrace is activated
It would seem the provide_any feature has been removed from nightly rust[1], so this does not compile anymore. Fix this by removing this attribute. [1] rust-lang/rust#96024 (comment)
1 parent 4957108 commit a9ee8c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![warn(missing_docs)]
44
#![deny(unused_must_use)]
55
#![cfg_attr(feature = "backtrace", feature(error_generic_member_access))]
6-
#![cfg_attr(feature = "backtrace", feature(provide_any))]
76

87
pub mod errors;
98
mod fsshttpb;

0 commit comments

Comments
 (0)