Skip to content

Commit 7c8dd10

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Remove obsolete bindgen 0.71 workaround
Summary: This reverts my folly workaround from {D80186965} because the bindgen fix [bindgen#3278](rust-lang/rust-bindgen#3278) has made it into fbsource's version of bindgen since {D81525185}. Reviewed By: diliop Differential Revision: D81525186 fbshipit-source-id: 3d36156e1f913f050f9af26a1938b65025aa8779
1 parent 6375bd3 commit 7c8dd10

File tree

1 file changed

+0
-6
lines changed
  • folly/rust/iobuf

1 file changed

+0
-6
lines changed

folly/rust/iobuf/BUCK

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ rust_bindgen_library(
4848
"facebook::rust::.*",
4949
],
5050
blocklist_types = [
51-
# Work around incorrect detection of nested name specifier. T234253370
52-
# Bindgen needs to be fixed to understand the new AST representation.
53-
# https://github.com/llvm/llvm-project/pull/147835
54-
"folly::IOBuf_Iterator",
55-
"folly::IOBuf_iterator",
56-
"folly::IOBuf_const_iterator",
5751
# These seems to come from type_traits / make_signed via fbvector
5852
"folly::fbvector.*",
5953
"__type",

0 commit comments

Comments
 (0)