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 and mrnossiom committed Aug 28, 2024
1 parent 8af671c commit 3639fd6
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 3639fd6

Please sign in to comment.