jnuss
Results
1
issues of
jnuss
The [C-CTOR ](https://rust-lang.github.io/api-guidelines/predictability.html#constructors-are-static-inherent-methods-c-ctor)guideline states: > Constructors are static, inherent methods (C-CCTOR) > ... > Constructors are static (no self) inherent methods for the type that they construct... However, this is...