Skip to content

Commit a7b8a84

Browse files
authored
Merge pull request #6 from youknowone/remove-decode
사용하는 곳이 없고 기능이 없는 함수 decode를 제거합니다
2 parents 2543876 + a054c33 commit a7b8a84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)