Skip to main content

sqlc_gen_sqlx/plugin/
mod.rs

1// @generated by buffa. DO NOT EDIT.
2#![allow(
3    non_camel_case_types,
4    dead_code,
5    unused_imports,
6    clippy::derivable_impls,
7    clippy::match_single_binding,
8    clippy::uninlined_format_args,
9    clippy::doc_lazy_continuation
10)]
11
12include!("../plugin.codegen.rs");