mirror of
https://github.com/scoobybejesus/cryptools.git
synced 2026-01-12 16:28:20 -05:00
Fix warning: trait objects without an explicit dyn are deprecated
#31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scoobybejesus on 8/30/2019
For example
| 116 | fn _proceed() -> Result<(), Box<Error>> { | ^^^^^ help: usedyn:dyn Error