-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup the code a bit (a lot) (#1595)
* Removed explicit state from Traverse trait * Make clippy happy * Consistent whitespace between documented items I kept running into this while going through the codebase, so I thought I'd fix it once and for all. And no, I did not do this by hand. So I might have missed some cases. * More formatting. Mainly includes wrapping of comments to the 100 column mark, as well as some more formatting on macros and strings. * restore try_map_state in Traverse impl * Removed IdentKind It was technically only used in the PartialEq implmentation of Thunk. Still, I don't think that had any effect. * Fix doc comment Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com> --------- Co-authored-by: Taeer Bar-Yam <taeer.bar-yam@tweag.io> Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com> Co-authored-by: Yann Hamdaoui <yann.hamdaoui@tweag.io>
- Loading branch information
1 parent
c1a2cb7
commit 365e14d
Showing
54 changed files
with
1,389 additions
and
1,014 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
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
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
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
Oops, something went wrong.