Skip to content

Commit 12362af

Browse files
committed
Include String in the default import, since we use it now
1 parent 48e3445 commit 12362af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c-bindings-gen/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ use blocks::*;
3636

3737
const DEFAULT_IMPORTS: &'static str = "
3838
use alloc::str::FromStr;
39+
use alloc::string::String;
3940
use core::ffi::c_void;
4041
use core::convert::Infallible;
4142
use bitcoin::hashes::Hash;

0 commit comments

Comments
 (0)