correct the name of the size() exposed function

This commit is contained in:
Folkert 2023-02-25 19:43:31 +01:00
parent 454f3c603e
commit fa05c49693
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 5 additions and 5 deletions

View file

@ -232,7 +232,7 @@ impl ExposedSymbols {
custom_names.extend([
format!("{sym}"),
format!("{sym}_generic"),
format!("roc__{sym}_size"),
format!("{sym}_size"),
]);
}