From 2273a0e3c6624c593450be80816e7bae9232d31c Mon Sep 17 00:00:00 2001 From: Andrei Damian Date: Wed, 18 Oct 2023 21:06:37 +0300 Subject: [PATCH] docs part 3 --- bindgen/clang.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindgen/clang.rs b/bindgen/clang.rs index ea8a6a5a0c..4a4ed89d69 100644 --- a/bindgen/clang.rs +++ b/bindgen/clang.rs @@ -2298,7 +2298,7 @@ impl Drop for EvalResult { } } /// ABI kinds as defined in -/// https://github.com/llvm/llvm-project/blob/ddf1de20a3f7db3bca1ef6ba7e6cbb90aac5fd2d/clang/include/clang/Basic/TargetCXXABI.def +/// #[derive(Debug, Eq, PartialEq, Copy, Clone)] pub(crate) enum ABIKind { /// All the regular targets like Linux, Mac, WASM, etc. implement the Itanium ABI