mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
serialize edn via display trait
This commit is contained in:
parent
23fe9f0949
commit
08184f9906
3 changed files with 20 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#![feature(type_alias_impl_trait)]
|
||||
#![feature(impl_trait_in_fn_trait_return)]
|
||||
|
||||
pub(crate) use std::{fmt::{Debug, Formatter, Error as FormatError}};
|
||||
pub(crate) use std::{fmt::{Debug, Display, Formatter, Error as FormatError}};
|
||||
|
||||
mod edn_error; pub use self::edn_error::*;
|
||||
mod edn_item; pub use self::edn_item::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue