Re-sync with internal repository
[hiphop-php.git] / third-party / thrift / src / thrift / compiler / test / fixtures / req-opt / gen-rust / lib.rs
blob7304bbe1e183891d43f6b6b97b16a8458e3ab541
1 // @generated by Thrift for src/module.thrift
2 // This file is probably not the place you want to edit!
4 #![recursion_limit = "100000000"]
5 #![allow(non_camel_case_types, non_snake_case, non_upper_case_globals, unused_crate_dependencies, clippy::type_complexity)]
7 pub use self::errors::*;
8 pub use self::types::*;
10 pub mod types;
12 /// Error return types.
13 pub mod errors {