Skip to content

Commit 3f43305

Browse files
author
Hero Bird
authored
Update README.md
1 parent 72442ac commit 3f43305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
281281
* [Aliasing mutable references in `sized-chunks`](https://github.com/bodil/sized-chunks/issues/8)
282282
* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301)
283283
* [`ryu` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24)
284-
* [`LazyArray::swap` method creating overlapping mutable references (ink! PR)](https://github.com/rust-lang/miri/issues/1364)
284+
* [ink! creating overlapping mutable references](https://github.com/rust-lang/miri/issues/1364)
285285

286286
## License
287287

0 commit comments

Comments
 (0)