rulox icon indicating copy to clipboard operation
rulox copied to clipboard

fix 48 warnings in rust version 1.47

Open stormasm opened this issue 3 years ago • 0 comments

All 48 of the warnings surrounding the following 2 issues have been resolved:

use of deprecated macro try: use the ? operator instead

trait objects without an explicit dyn are deprecated

stormasm avatar Nov 20 '20 04:11 stormasm