mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-17 14:31:15 +00:00
fix deprecations and other warnings (#13748)
This commit is contained in:
@@ -104,7 +104,7 @@ block:
|
||||
import sets
|
||||
|
||||
block:
|
||||
var x = initSet[int]()
|
||||
var x = initHashSet[int]()
|
||||
x.incl 5
|
||||
try:
|
||||
echo x[6]
|
||||
|
||||
Reference in New Issue
Block a user