Skip to content

Commit

Permalink
strutils.nim: Use func everywhere (nim-lang#16281)
Browse files Browse the repository at this point in the history
* strutils.nim: procs with {.noSideEffect.} -> func

* strutils.nim: procs without {.noSideEffect.} -> func

* strutils.nim: proc -> func for links

* strutils.nim: proc -> func in doc comments

* test: add strutils to strictFuncs test

* test: proc -> func in errmsg test
  • Loading branch information
ee7 authored Dec 7, 2020
1 parent 71e2a9e commit 84fea7c
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 330 deletions.
Loading

0 comments on commit 84fea7c

Please sign in to comment.