fix deprecations and other warnings (#13748)

This commit is contained in:
Miran
2020-03-25 19:15:34 +01:00
committed by GitHub
parent 182d3c16e3
commit 5b55aa52d0
22 changed files with 63 additions and 66 deletions

View File

@@ -104,7 +104,7 @@ block:
import sets
block:
var x = initSet[int]()
var x = initHashSet[int]()
x.incl 5
try:
echo x[6]