Skip to content

Commit 4f4cb15

Browse files
committed
README: Fix compilation of code-example
Because the `README` is _intentionally_ included as the root module/library documentation, its code sample is susceptible to `cargo tests` doctests.
1 parent a6f50d8 commit 4f4cb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Call this somewhere at the start of your program (after initializing your logger
2626

2727
```rust
2828
use panic_log::Configuration;
29-
[...]
29+
// ...
3030
panic_log::initialize_hook(Configuration::default());
3131
```

0 commit comments

Comments
 (0)