We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f50d8 commit 4f4cb15Copy full SHA for 4f4cb15
README.md
@@ -26,6 +26,6 @@ Call this somewhere at the start of your program (after initializing your logger
26
27
```rust
28
use panic_log::Configuration;
29
-[...]
+// ...
30
panic_log::initialize_hook(Configuration::default());
31
```
0 commit comments