Fix warning: trait objects without an explicit dyn are deprecated #31

Closed
opened 2025-07-08 08:35:49 -04:00 by AtHeartEngineer · 0 comments

Originally created by @scoobybejesus on 8/30/2019

For example
| 116 | fn _proceed() -> Result<(), Box<Error>> { | ^^^^^ help: usedyn: dyn Error

*Originally created by @scoobybejesus on 8/30/2019* For example ` | 116 | fn _proceed() -> Result<(), Box<Error>> { | ^^^^^ help: use `dyn`: `dyn Error` `
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/cryptools#31