-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core Lib Documentation: fmt
module
#6652
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Mathieu <[email protected]>
Co-authored-by: Mathieu <[email protected]>
Co-authored-by: Mathieu <[email protected]>
Co-authored-by: Mathieu <[email protected]>
Co-authored-by: Mathieu <[email protected]>
Co-authored-by: Mathieu <[email protected]>
Co-authored-by: Mathieu <[email protected]>
Co-authored-by: Mathieu <[email protected]>
Co-authored-by: Mathieu <[email protected]>
Co-authored-by: Mathieu <[email protected]>
1 - Array module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @TAdev0)
corelib/src/fmt.cairo
line 230 at r2 (raw file):
/// `Debug` impl for fixed sized arrays of size 2 and above. /// Not starting from size 1 since we have a special case for 0.
This is useful to understand the code here.
you possibly only want to remove the ///
and make it //
.
Code quote:
/// `Debug` impl for fixed sized arrays of size 2 and above.
/// Not starting from size 1 since we have a special case for 0.
@orizi just address your comments. I restored the comments under |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @TAdev0)
No description provided.