We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeb0eb commit 1cd01b5Copy full SHA for 1cd01b5
README.md
@@ -71,14 +71,14 @@ fn implicit_type_example() -> u32 {
71
}
72
```
73
74
-### Behavior
+## Behavior
75
76
When a stub is invoked, it will panic like a `todo!()` macro.
77
However, unlike a `todo!()` macro, it will not make the subsequent parts of your code unreachable.
78
79
If a custom message is provided, it will be included in the panic message.
80
81
-### Notes
+## Notes
82
83
- The `stub!()` macro is intended for use during development and should be
84
replaced with actual implementations before production use.
0 commit comments