Skip to main content

proto_tran/
lib.rs

1// @generated, do not edit
2
3#![allow(irrefutable_let_patterns)]
4#![allow(non_camel_case_types)]
5#![allow(non_snake_case)]
6#![allow(non_upper_case_globals)]
7#![allow(unused_imports)]
8#![allow(unused_variables)]
9#![allow(rustdoc::broken_intra_doc_links)]
10// Modules are generated based on the naming conventions of protobuf, which might cause "module inception"
11#![allow(clippy::module_inception)]
12// This is all generated code, so "manually" implementing derivable impls is okay
13#![allow(clippy::derivable_impls)]
14// For enums with many variants, the matches!(...) macro isn't obviously better
15#![allow(clippy::match_like_matches_macro)]
16// Used by extension codegen
17#![allow(clippy::redundant_closure)]
18// TODO: Ideally we don't allow this
19#![allow(clippy::option_as_ref_deref)]
20#![allow(clippy::match_single_binding)]
21pub mod proto_tran;
22pub use proto_tran::*;