fmt
This commit is contained in:
parent
cbf7fde8e1
commit
35676865b0
|
@ -20,4 +20,3 @@ pub enum Value<'s> {
|
||||||
Function(Function),
|
Function(Function),
|
||||||
Macro(Function),
|
Macro(Function),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
use std::{rc::Rc, ops::Deref, fmt::Display};
|
use std::{fmt::Display, ops::Deref, rc::Rc};
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub enum Str<'a> {
|
pub enum Str<'a> {
|
||||||
|
|
Loading…
Reference in a new issue