diff options
Diffstat (limited to 'rust/src/string.rs')
| -rw-r--r-- | rust/src/string.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/string.rs b/rust/src/string.rs index 0a1191d5..9092d163 100644 --- a/rust/src/string.rs +++ b/rust/src/string.rs @@ -36,7 +36,7 @@ pub(crate) fn raw_to_string(ptr: *const c_char) -> Option<String> { } } -pub(crate) fn strings_to_string_list<I, S>(strings: I) -> *mut *mut c_char +pub fn strings_to_string_list<I, S>(strings: I) -> *mut *mut c_char where I: IntoIterator<Item = S>, // TODO make `S: BnStrCompatible,` |
