Skip to content

Commit

Permalink
Merge pull request #21 from WaffleLapkin/remove_forbiden_magic_2
Browse files Browse the repository at this point in the history
remove forbidden magic #2
  • Loading branch information
WaffleLapkin authored Jul 27, 2020
2 parents 58beaff + 504f107 commit cca4be3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
//!
//!
//! TODO
#![cfg_attr(feature = "nightly", feature(optin_builtin_traits, negative_impls))]
// we pass "--cfg docsrs" when building docs to add `This is supported on feature="..." only.`
//
// To properly build docs of this crate run
Expand All @@ -74,9 +73,6 @@ mod rfold;
mod small;
mod tuple;

#[cfg(feature = "nightly")]
mod flatten;

#[cfg(feature = "typenum")]
mod len;

Expand All @@ -88,9 +84,6 @@ pub use self::{
#[cfg(feature = "typenum")]
pub use len::Len;

#[cfg(feature = "nightly")]
pub use self::flatten::Flatten;

/// The empty `HList`.
///
/// See [crate documentation](./index.html) for more.
Expand Down

0 comments on commit cca4be3

Please sign in to comment.