From 30ecde0bebbf235867eb8652e5745c7efd771340 Mon Sep 17 00:00:00 2001 From: Rune Tynan Date: Fri, 29 Jan 2021 01:07:50 -0500 Subject: Add abi field to `Method` --- src/rustdoc-json-types/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rustdoc-json-types') diff --git a/src/rustdoc-json-types/lib.rs b/src/rustdoc-json-types/lib.rs index 083f99e4a68..f4b8dc9a3ad 100644 --- a/src/rustdoc-json-types/lib.rs +++ b/src/rustdoc-json-types/lib.rs @@ -294,6 +294,7 @@ pub struct Method { pub decl: FnDecl, pub generics: Generics, pub header: String, + pub abi: String, pub has_body: bool, } -- cgit 1.4.1-3-g733a5