diff options
author | Casper <casperneo@uchicago.edu> | 2021-01-26 11:09:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 11:09:29 -0500 |
commit | 6effe431bbdef0580b6552a3246f7ec6b3751a2c (patch) | |
tree | fb76ae62042bd42e1d6f4bb86d4a04f4e4f11dfb /tests/namespace_test/namespace_test2_generated.rs | |
parent | efcbdc7698987643ed713a9285f81863b4000f05 (diff) | |
download | flatbuffers-6effe431bbdef0580b6552a3246f7ec6b3751a2c.tar.gz flatbuffers-6effe431bbdef0580b6552a3246f7ec6b3751a2c.tar.bz2 flatbuffers-6effe431bbdef0580b6552a3246f7ec6b3751a2c.zip |
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>
Diffstat (limited to 'tests/namespace_test/namespace_test2_generated.rs')
-rw-r--r-- | tests/namespace_test/namespace_test2_generated.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/namespace_test/namespace_test2_generated.rs b/tests/namespace_test/namespace_test2_generated.rs index f86e424e..e0ecd72d 100644 --- a/tests/namespace_test/namespace_test2_generated.rs +++ b/tests/namespace_test/namespace_test2_generated.rs @@ -1,7 +1,6 @@ // automatically generated by the FlatBuffers compiler, do not modify -#![allow(unused_imports, dead_code)] use std::mem; use std::cmp::Ordering; |