immutable structs for result trait

pull/294/head
Shuhei Kadowaki 2020-03-18 10:50:01 +09:00
parent 545baecdaa
commit 16bc2d7be9
1 changed files with 3 additions and 5 deletions

View File

@ -81,8 +81,6 @@ mutable struct InlineCode <: Inline
end
end
mutable struct TermResult end
mutable struct ScriptResult end
mutable struct CollectResult end
struct TermResult end
struct ScriptResult end
struct CollectResult end