Skip to content

Commit

Permalink
Merge pull request #933 from inokawa/master
Browse files Browse the repository at this point in the history
Fix duplication of lines in docs
  • Loading branch information
drager authored Sep 5, 2021
2 parents ca4af76 + 25107ca commit c6f9b1c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ 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 // allocator.
// allocator. #[cfg(feature = "wee_alloc")]
if #[cfg(feature = "wee_alloc")] { #[global_allocator]
// allocator.
if #[cfg(feature = "wee_alloc")] {
#[global_allocator] static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;
```

Expand Down

0 comments on commit c6f9b1c

Please # to comment.