mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
add Send + Sync on all traits, remove elsewhere
This commit is contained in:
@ -6,7 +6,7 @@ use pyo3::types::*;
|
||||
|
||||
#[pyclass(dict)]
|
||||
pub struct PostProcessor {
|
||||
pub processor: Container<dyn tk::tokenizer::PostProcessor + Sync>,
|
||||
pub processor: Container<dyn tk::tokenizer::PostProcessor>,
|
||||
}
|
||||
|
||||
#[pymethods]
|
||||
|
Reference in New Issue
Block a user