diff options
-rw-r--r-- | book/src/faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/faq.md b/book/src/faq.md index 61e40e35..7a13afb4 100644 --- a/book/src/faq.md +++ b/book/src/faq.md @@ -3,10 +3,10 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> - - [Why isn't `bindgen` generating methods for this allowlisted class?](#why-isnt-bindgen-generating-methods-for-this-allowlisted-class) - [Why isn't `bindgen` generating bindings to inline functions?](#why-isnt-bindgen-generating-bindings-to-inline-functions) - [Does `bindgen` support the C++ Standard Template Library (STL)?](#does-bindgen-support-the-c-standard-template-library-stl) +- [How to deal with bindgen generated padding fields?](#how-to-deal-with-bindgen-generated-padding-fields) <!-- END doctoc generated TOC please keep comment here to allow auto update --> |