Skip to content

fix: Do not take &mut for a whole chunk#3

Merged
ecoricemon merged 1 commit intomainfrom
fix-str-buf
Mar 11, 2026
Merged

fix: Do not take &mut for a whole chunk#3
ecoricemon merged 1 commit intomainfrom
fix-str-buf

Conversation

@ecoricemon
Copy link
Copy Markdown
Owner

  • fix: StringBuffer It's UB to make a &mut to a whole chunk while an Interned is referencing a part of the chunk

  • chore: Fix typo

* fix: StringBuffer
It's UB to make a &mut to a whole chunk while an `Interned` is referencing a part of the chunk

* chore: Fix typo
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@ecoricemon ecoricemon merged commit 45ae860 into main Mar 11, 2026
19 checks passed
@ecoricemon ecoricemon deleted the fix-str-buf branch March 11, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant