-
Notifications
You must be signed in to change notification settings - Fork 216
String insertion #584
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
base: main
Are you sure you want to change the base?
String insertion #584
Conversation
6271fff
to
0bc5a63
Compare
Failing because of some existing clippy issues, opened a separate PR to fix them: #585 |
0bc5a63
to
9ad10ff
Compare
9ad10ff
to
8cea89d
Compare
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.
LGTM overall. Some nits still though.
8cea89d
to
451a98b
Compare
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.
LGTM.
@sosthene-nitrokey When you've a moment, please take a look. I think the changes are good but it's good to have 2 set of eyes before merging. :) |
Basically just copies the implementations of
insert
andinsert_str
fromstd::String
with minor modification.