Skip to content

Commit

Permalink
fix clippies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Aug 2, 2022
1 parent 6c17960 commit 1159ef1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2,576 deletions.
2 changes: 1 addition & 1 deletion dan_layer/engine/tests/state/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ extern "C" fn State_abi() -> *mut u8 {
}

#[no_mangle]
extern "C" fn State_main(call_info: *mut u8, call_info_len: usize) -> *mut u8 {
unsafe extern "C" fn State_main(call_info: *mut u8, call_info_len: usize) -> *mut u8 {
let mut template_impl = TemplateImpl::new();
use tari_template_abi::{ops::*, CreateComponentArg, EmitLogArg, LogLevel};
use tari_template_lib::models::ComponentId;
Expand Down
Loading

0 comments on commit 1159ef1

Please sign in to comment.