Newly tracked file
crates/lang/codegen/src/generator/events.rs
changed.
Showing 1 of 1 files from the diff.
@@ -88,6 +88,7 @@
Loading
88 | 88 | let base_event_ident = |
|
89 | 89 | proc_macro2::Ident::new("__ink_EventBase", Span::call_site()); |
|
90 | 90 | quote! { |
|
91 | + | #[allow(non_camel_case_types)] |
|
91 | 92 | #[derive(::scale::Encode, ::scale::Decode)] |
|
92 | 93 | pub enum #base_event_ident { |
|
93 | 94 | #( #event_idents(#event_idents), )* |
Files | Coverage |
---|---|
crates | 75.70% |
Project Totals (252 files) | 75.70% |
1350830
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.