-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
limbs/bigint: Make obvious LeakyLimb->Limb conversions explicit.
Take a step towards making `Limb` an opaque type. Because of inference issues, places where we'd like to write `Limb::from(<literal>)` can't be written that way until `Limb` (actually `Word`) becomes a newtype. There are only a few of these, so defer them until the actual newtype change happens.
- Loading branch information
1 parent
c1c8a44
commit 8086c79
Showing
1 changed file
with
49 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters