We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e821a6 commit ef69acdCopy full SHA for ef69acd
src/lib.rs
@@ -301,9 +301,6 @@ pub struct BindgenOptions {
301
/// namespaces.
302
pub namespaced_constants: bool,
303
304
- /// True if we should use MSVC name mangling rules.
305
- pub msvc_mangling: bool,
306
-
307
/// The set of raw lines to prepend to the generated Rust code.
308
pub raw_lines: Vec<String>,
309
@@ -335,7 +332,6 @@ impl Default for BindgenOptions {
335
332
enable_cxx_namespaces: false,
336
333
unstable_rust: true,
337
334
namespaced_constants: true,
338
- msvc_mangling: false,
339
raw_lines: vec![],
340
clang_args: vec![],
341
input_header: None,
0 commit comments