summaryrefslogtreecommitdiffstats
path: root/drafts
diff options
context:
space:
mode:
authorJason Williams <jwilliams720@bloomberg.net>2019-06-21 11:58:23 +0100
committerJason Williams <jwilliams720@bloomberg.net>2019-06-21 11:58:23 +0100
commit9a9b813de01d3897cc71c09be3ef911649e0b344 (patch)
tree011f08cec5c82f77aae12022e3b7ae66a78d3f31 /drafts
parent3d7d516aeab266f41bee79c49c4ae02eb5ce6feb (diff)
removing prettier's styling
Diffstat (limited to 'drafts')
-rw-r--r--drafts/2019-06-25-this-week-in-rust.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/drafts/2019-06-25-this-week-in-rust.md b/drafts/2019-06-25-this-week-in-rust.md
index 08477d5..3f4ca6e 100644
--- a/drafts/2019-06-25-this-week-in-rust.md
+++ b/drafts/2019-06-25-this-week-in-rust.md
@@ -16,6 +16,8 @@ If you find any errors in this week's issue, [please submit a PR](https://github
## News & Blog Posts
+- [Let's build a JS Engine (in Rust)](https://2019.jsconf.eu/jason-williams/lets-build-a-javascript-engine.html).
+
# Crate of the Week
This week's crate is [safe](https://github.com/Centril/rust-safe), a `#[safe]` attribute for explaining why `unsafe { ... }` is OK. Thanks to [Michael-F-Bryan](https://users.rust-lang.org/t/crate-of-the-week/2704/569) for the suggestion!