Skip to content

Commit

Permalink
Merge pull request #62 from staticfloat/sf/depwarn-0.6
Browse files Browse the repository at this point in the history
Fix depwarn on 0.6 for `abstract`
  • Loading branch information
MikeInnes authored May 22, 2017
2 parents 8ac8678 + 433e8d0 commit ebb5479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
julia:
- 0.4
- 0.5
- 0.6
- nightly
notifications:
email: false
2 changes: 1 addition & 1 deletion src/Lazy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Base: isempty, first, colon

export List, list, @lazy, prepend, tail

abstract List
@compat abstract type List end

type EmptyList <: List
end
Expand Down

0 comments on commit ebb5479

Please sign in to comment.