mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
unify database record separator constants
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
+1
-2
@@ -41,8 +41,7 @@ pub struct Ignore;
|
||||
pub struct IgnoreAll;
|
||||
|
||||
impl<'de> Deserializer<'de> {
|
||||
/// Record separator; an intentionally invalid-utf8 byte.
|
||||
const SEP: u8 = b'\xFF';
|
||||
const SEP: u8 = crate::ser::SEP;
|
||||
|
||||
/// Determine if the input was fully consumed and error if bytes remaining.
|
||||
/// This is intended for debug assertions; not optimized for parsing logic.
|
||||
|
||||
Reference in New Issue
Block a user