cargo fix --edition

This commit is contained in:
Anton-4 2022-05-16 17:04:17 +02:00
parent a1f03355c0
commit 0f59f3097a
No known key found for this signature in database
GPG key ID: C954D6E0F9C0ABFD
55 changed files with 53 additions and 55 deletions

View file

@ -60,7 +60,6 @@ pub unsafe fn roc_dealloc(c_ptr: *mut c_void, _alignment: u32) {
pub unsafe fn roc_panic(c_ptr: *mut c_void, tag_id: u32) {
use roc_gen_llvm::llvm::build::PanicTagId;
use std::convert::TryFrom;
use std::ffi::CStr;
use std::os::raw::c_char;