Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zesterer committed Aug 7, 2023
1 parent a909d26 commit 6469491
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#![cfg_attr(not(any(doc, feature = "std", test)), no_std)]
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg), deny(rustdoc::all))]
#![cfg_attr(feature = "nightly", feature(never_type, rustc_attrs))]
#![cfg_attr(feature = "nightly", feature(fn_traits, tuple_trait, unboxed_closures))]
#![cfg_attr(feature = "nightly", allow(internal_features))]
#![cfg_attr(
feature = "nightly",
feature(never_type, rustc_attrs, fn_traits, tuple_trait, unboxed_closures)
)]
#![doc = include_str!("../README.md")]
#![deny(missing_docs, clippy::undocumented_unsafe_blocks)]
#![allow(
Expand Down

0 comments on commit 6469491

Please sign in to comment.