]> git.lizzy.rs Git - rust.git/commit
Implements #45 - any number mod 1 will be 0
authorMatthew Hall <matthew@quickbeam.me.uk>
Sun, 31 May 2015 12:17:31 +0000 (13:17 +0100)
committerMatthew Hall <matthew@quickbeam.me.uk>
Sun, 31 May 2015 12:43:31 +0000 (13:43 +0100)
commit423a9666ca5c688dfd333cc7e6a93944b23a9f6f
tree0f7082869970e2a50a8d793e38fc323bde891cc3
parentb99fab8162a13b49b68a2105520ab0645c51897e
Implements #45 - any number mod 1 will be 0
src/lib.rs
src/misc.rs
tests/compile-fail/modulo_one.rs [new file with mode: 0644]