Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a misleading error message for scale == 0 (#20)
"scale must be >= 0" would mean 0 is acceptable while it is not. While at it, replace the comparison + println! with an assert!.
- Loading branch information