jhpratt / deranged

Proof of concept ranged integers in Rust.
Apache License 2.0
38 stars 5 forks source link

Change the `Option` types' `is_some` and `is_none` methods to take `&self` (by reference) rather than `self` (owned value) #16

Open babichjacob opened 17 hours ago

babichjacob commented 17 hours ago

closes #15

babichjacob commented 17 hours ago

No changes to time will have to be made besides specifying the new version after it's bumped: it still compiles and tests successfully when patching the dependency in local testing.

babichjacob commented 17 hours ago

The Formatting job initially failed cause there are new (since the last run) disagreements between stable and nightly Rust about how to sort some imports and format one other miscellaneous line, so I pushed a formatting commit just to make it pass.