Update docs/src/tutorials/npm-browser-packages/template-deep-dive/src-lib-rs.md

Co-Authored-By: ashleygwilliams <ashley666ashley@gmail.com>
master
Nick Fitzgerald 6 years ago committed by GitHub
parent 3a4b7f08f3
commit d73ab9d143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/tutorials/npm-browser-packages/template-deep-dive/src-lib-rs.md

@ -82,7 +82,7 @@ Either way, the contents of `utils.rs` define a single public function `set_pani
```rust
// When the `wee_alloc` feature is enabled, use `wee_alloc` as the global
// When the `wee_alloc` feature is enabled, use `wee_alloc` as the global
// When the `wee_alloc` feature is enabled, use `wee_alloc` as the global // allocator.
// allocator. #[cfg(feature = "wee_alloc")]
if #[cfg(feature = "wee_alloc")] { #[global_allocator]

Loading…
Cancel
Save