diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/rust/cxx_call_rust_library/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/rust/cxx_call_rust_library/xmake.lua b/tests/projects/rust/cxx_call_rust_library/xmake.lua index cafd349ee..30d54cc02 100644 --- a/tests/projects/rust/cxx_call_rust_library/xmake.lua +++ b/tests/projects/rust/cxx_call_rust_library/xmake.lua @@ -7,7 +7,6 @@ target("foo") add_files("src/foo.rs") set_values("rust.cratetype", "staticlib") add_packages("cargo::cxx") - add_rcflags("--edition=2018") target("test") set_kind("binary") |
