Skip to content

Commit 2822e3a

Browse files
committed
fmt
1 parent 81c2b05 commit 2822e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama-cpp-2/src/llama_batch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Safe wrapper around `llama_batch`.
22
3-
use crate::token::{self, LlamaToken};
3+
use crate::token::LlamaToken;
44
use llama_cpp_sys_2::{llama_batch, llama_batch_free, llama_batch_init, llama_pos, llama_seq_id};
55

66
/// A safe wrapper around `llama_batch`.

0 commit comments

Comments
 (0)