Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Apr 22, 2022
1 parent 92800e2 commit 2cdcd6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/transfer_update.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
// Generated by Molecule 0.7.3

#![allow(unused_imports)]
#![allow(dead_code)]
#![allow(clippy::if_same_then_else)]

use super::ckb_types::prelude::*;
use super::molecule::{self, prelude::*};
extern crate alloc;
pub use alloc::vec::*;
// these lines above are manually added

use super::common::*;
use super::raw_tx::*;
use molecule::prelude::*;
Expand Down

0 comments on commit 2cdcd6c

Please sign in to comment.