Skip to content

Commit bc120fd

Browse files
committed
MSVC mangling is chosen automagically now
1 parent 0476d0e commit bc120fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,6 @@ pub struct BindgenOptions {
301301
/// namespaces.
302302
pub namespaced_constants: bool,
303303

304-
/// True if we should use MSVC name mangling rules.
305-
pub msvc_mangling: bool,
306-
307304
/// The set of raw lines to prepend to the generated Rust code.
308305
pub raw_lines: Vec<String>,
309306

@@ -335,7 +332,6 @@ impl Default for BindgenOptions {
335332
enable_cxx_namespaces: false,
336333
unstable_rust: true,
337334
namespaced_constants: true,
338-
msvc_mangling: false,
339335
raw_lines: vec![],
340336
clang_args: vec![],
341337
input_header: None,

0 commit comments

Comments
 (0)