diff options
author | Christian Poveda <christian.poveda@ferrous-systems.com> | 2022-10-03 10:01:46 -0500 |
---|---|---|
committer | Christian Poveda <christian.poveda@ferrous-systems.com> | 2022-10-03 10:01:46 -0500 |
commit | 17252c73fa2820da7a4c4f0027545b976fd95dc3 (patch) | |
tree | 125ac891de3f00fd8d73b36ed466d4af61f58789 | |
parent | 4cfd06e9e13f0c4177f052677fb7d67dc0367176 (diff) |
remove reference
-rw-r--r-- | src/ir/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir/context.rs b/src/ir/context.rs index ec0fca16..6f16e192 100644 --- a/src/ir/context.rs +++ b/src/ir/context.rs @@ -525,7 +525,7 @@ impl BindgenContext { &index, "", &options.clang_args, - &input_unsaved_files, + input_unsaved_files, parse_options, ).expect("libclang error; possible causes include: - Invalid flag syntax |