Skip to content

Commit 72c6489

Browse files
committed
Merge branch 'main' into fix-landing
2 parents c0ce80d + a7b8a84 commit 72c6489

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

libs/braillify/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ pub fn encode_to_braille_font(text: &str) -> Result<String, String> {
352352
.map(|c| unicode::encode_unicode(*c))
353353
.collect::<String>())
354354
}
355-
pub fn decode(text: &str) -> String {
356-
text.to_string()
357-
}
358355

359356
#[cfg(test)]
360357
mod test {

0 commit comments

Comments
 (0)