We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3f820 commit f16a372Copy full SHA for f16a372
src/types_derive_internals/src/elastic_type/mod.rs
@@ -64,6 +64,7 @@ pub fn expand_derive(
64
let mapping_impl_block = &mapping.impl_block;
65
66
Ok(vec![quote!(
67
+ #[allow(missing_docs)]
68
#mapping_definition
69
70
#[allow(non_upper_case_globals, dead_code, unused_variables)]
0 commit comments