mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Cargo fmt
This commit is contained in:
parent
c00d400d85
commit
ae38a0d3ff
4 changed files with 12 additions and 12 deletions
|
@ -306,8 +306,6 @@ pub fn str_from_utf8_range<'a, 'ctx, 'env>(
|
|||
builder.build_load(result_ptr_cast, "load_utf8_validate_bytes_result")
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// Str.fromUtf8 : List U8 -> { a : Bool, b : Str, c : Nat, d : I8 }
|
||||
pub fn str_from_utf8<'a, 'ctx, 'env>(
|
||||
env: &Env<'a, 'ctx, 'env>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue