Skip to content

Commit 2f95822

Browse files
committed
chore: fix clippy errors
1 parent 07fcb4f commit 2f95822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/lib_ccxr/src/encoder/txt_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ pub fn get_str_basic(
282282
info!("WARNING: Encoding is not yet supported\n");
283283
out_buffer.clear();
284284
out_buffer.push(0);
285-
return 0;
285+
0
286286
} else {
287287
out_buffer.push(0);
288288
return len;

0 commit comments

Comments
 (0)