Skip to content

Commit

Permalink
add warning to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3126 committed Feb 20, 2020
1 parent 380c60c commit 0bb1bc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ using OptionalArgChecks # this also reexports ArgCheck.jl for convenience

f(x) = @argcheck x > 0

@unsafe_skipargcheck f(-1) # see OptionalArgChecks docs for why this is called unsafe
@unsafe_skipargcheck f(-1)
```
This feature is currently experimental. It may be silently changed or removed without increasing the major ArgCheck version number.
See the OptionalArgChecks documentation for some of the caveats.

0 comments on commit 0bb1bc1

Please sign in to comment.