Skip to content

Commit

Permalink
fix: update link to global allocators examples
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Jul 16, 2023
1 parent 4d11314 commit e7cb224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/1.2023-06-27-global-allocators.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ And that's it! Thank you for reading this article, I hope you found it interesti
- [Pre-RFC: Storage API](https://internals.rust-lang.org/t/pre-rfc-storage-api/18822?u=bd103)
- [The `wg-allocators` Roadmap](https://github.com/rust-lang/wg-allocators/issues/48)

If you have any questions, feel free to comment on [my post](https://users.rust-lang.org/t/intercepting-allocations-with-the-global-allocator/96277?u=bd103) in the Rust Users' Forum or [create a new issue](https://github.com/BD103/BD103/issues) in my Github repository. The source code for all examples is available [here](https://github.com/BD103/Allogators).
If you have any questions, feel free to comment on [my post](https://users.rust-lang.org/t/intercepting-allocations-with-the-global-allocator/96277?u=bd103) in the Rust Users' Forum or [create a new issue](https://github.com/BD103/BD103/issues) in my Github repository. The source code for all examples is available [here](https://github.com/BD103/Blog-Examples/tree/main/global-allocator).

Have a great day!

0 comments on commit e7cb224

Please sign in to comment.