Skip to content

Commit

Permalink
Merge pull request #1007 from Swaagie/patch-1
Browse files Browse the repository at this point in the history
[doc] fix toc links
  • Loading branch information
drager authored Jun 17, 2021
2 parents 6111fd5 + bc612d9 commit c3097f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The purpose of `utils.rs` is to define the `utils` module, which contains a sing
If the `console_error_panic_hook` feature is not enabled, then `set_panic_hook` is defined to be an inlined empty function. So, there is no run-time performance or code-size penalty incurred by its use.

We will discuss:
1. [Defining `set_panic_hook`](#a1-defining-set_panic_hook)
2. [What is `console_error_panic_hook`?](#a2-what-is-console_error_panic_hook)
1. [Defining `set_panic_hook`](#1-defining-set_panic_hook)
2. [What is `console_error_panic_hook`?](#2-what-is-console_error_panic_hook)


---
Expand Down

0 comments on commit c3097f8

Please sign in to comment.