Skip to content

Commit

Permalink
Enable assoc type defaults unstable feature in test crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Aug 27, 2024
1 parent 534c5dc commit 82e8930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![feature(associated_type_defaults)]

mod sealed {
pub(crate) trait Sealed {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![feature(associated_type_defaults)]

mod sealed {
pub(crate) trait Sealed {}
}
Expand Down

0 comments on commit 82e8930

Please sign in to comment.