-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error on redefinition of Abstract Type (#25)
* Error on redefinition of Abstract Type * Update ProtoStruct.jl * Update ProtoStructs.jl * Update Project.toml * Update ProtoStructs.jl * Remove InteractiveUtils dependency --------- Co-authored-by: Simon Christ <[email protected]>
- Loading branch information
1 parent
63c20c8
commit da2620e
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ export @proto | |
|
||
include("ProtoStruct.jl") | ||
|
||
end # module | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters