diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ a struct/class. The `hide` annotation instructs bindgen to ignore the struct/class/field/enum completely. -``` +```cpp /// <div rustbindgen hide></div> ``` |