Skip to content

Commit

Permalink
Only run const generic tests on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 7, 2021
1 parent 249cc05 commit 37de245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/generics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ struct WrappedDouble<T: Clone, U: Clone>(T, U);
#[from(forward)]
struct WrappedDouble2<T: Clone, U: Clone>(T, U);

#[cfg(feature = "nightly")]
#[derive(
From,
FromStr,
Expand Down

0 comments on commit 37de245

Please sign in to comment.