diff options
author | flywind <xzsflywind@gmail.com> | 2022-03-11 00:01:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 17:01:27 +0100 |
commit | 4c76f9f1523a72f560138709642c2d51ea365b85 (patch) | |
tree | 42e8cbc4690c66ddb190aab111a9258b1d7dde51 /doc/manual.rst | |
parent | 6773ffa63d0b3ab8b8894e84ed417f4eaced9122 (diff) | |
download | Nim-4c76f9f1523a72f560138709642c2d51ea365b85.tar.gz |
support useVersion:1.6 (#19601)
Diffstat (limited to 'doc/manual.rst')
-rw-r--r-- | doc/manual.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index e45133c38..4c4b9c506 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -5797,11 +5797,6 @@ However, this means that the method call syntax is not available for tmp(12) -**Note**: The Nim compiler prior to version 1 was more lenient about this -requirement. Use the `--useVersion:0.19`:option: switch for a transition period. - - - Limitations of the method call syntax ------------------------------------- |