Skip to content

Commit

Permalink
include unsized
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Aug 10, 2022
1 parent 6375088 commit 01bc13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ pub trait Error: Debug + Display {
#[unstable(feature = "error_generic_member_access", issue = "99301")]
impl<E> Provider for E
where
E: Error,
E: Error + ?Sized,
{
fn provide<'a>(&'a self, req: &mut Demand<'a>) {
self.provide(req)
Expand Down

0 comments on commit 01bc13c

Please sign in to comment.