This commit is contained in:
Erin 2022-08-05 23:53:13 +02:00 committed by ondra05
parent cbf7fde8e1
commit 35676865b0
2 changed files with 1 additions and 2 deletions

View file

@ -20,4 +20,3 @@ pub enum Value<'s> {
Function(Function),
Macro(Function),
}

View file

@ -1,4 +1,4 @@
use std::{rc::Rc, ops::Deref, fmt::Display};
use std::{fmt::Display, ops::Deref, rc::Rc};
#[derive(Debug, Clone)]
pub enum Str<'a> {