Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable the remaining `'=destroy' hook which takes a 'var T' paramete…
…r is deprecated` warning We cannot really fix that warning because it is due to the fact that (as for 2.0.2) nim creates a var destructor when `new X, T` is called. Since we cannot fix it we simply disable it.
- Loading branch information