Rust: remove inner attributes (#6410)
authorCasper <casperneo@uchicago.edu>
Tue, 26 Jan 2021 16:09:29 +0000 (11:09 -0500)
committerGitHub <noreply@github.com>
Tue, 26 Jan 2021 16:09:29 +0000 (11:09 -0500)
commit6effe431bbdef0580b6552a3246f7ec6b3751a2c
treefb76ae62042bd42e1d6f4bb86d4a04f4e4f11dfb
parentefcbdc7698987643ed713a9285f81863b4000f05
Rust: remove inner attributes (#6410)

* remove inner attributes

* Added test for outdir in Rust

* add bin/outdir

* Moved outdir test to its own package and only run it if flatc is available

Co-authored-by: Casper Neo <cneo@google.com>
15 files changed:
samples/monster_generated.rs
samples/sample_binary.rs
src/idl_gen_rust.cpp
tests/RustTest.sh
tests/include_test/include_test1_generated.rs
tests/include_test/sub/include_test2_generated.rs
tests/monster_test_generated.rs
tests/namespace_test/namespace_test1_generated.rs
tests/namespace_test/namespace_test2_generated.rs
tests/optional_scalars_generated.rs
tests/rust_usage_test/Cargo.toml
tests/rust_usage_test/outdir/Cargo.toml [new file with mode: 0644]
tests/rust_usage_test/outdir/build.rs [new file with mode: 0644]
tests/rust_usage_test/outdir/src/main.rs [new file with mode: 0644]
tests/rust_usage_test/tests/integration_test.rs