chore: Remove the WriteToBytes trait

This commit is contained in:
Clément Renault
2019-04-26 15:33:14 +02:00
parent f16e0333e4
commit 737db5668b
2 changed files with 0 additions and 11 deletions

View File

@ -4,8 +4,6 @@ mod automaton;
mod query_builder;
mod distinct_map;
pub mod write_to_bytes;
use std::sync::Arc;
use serde::{Serialize, Deserialize};