Skip to content

Commit 2fc8f99

Browse files
Update src/lib.rs
Co-authored-by: Tomuta Gabriel <gaby_unalaq@yahoo.com>
1 parent 5da4033 commit 2fc8f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)]
3535
#![allow(
3636
clippy::module_name_repetitions, // Some structs have similar names with the module and this is intentional.
37-
clippy::struct_field_names, // Necessary due to different Rust versions between dev environment and CI/CD pipeline.
37+
clippy::struct_field_names, // Some structs have fields with the same name as the struct, but this is intentional.
3838
rustdoc::private_intra_doc_links, // Some links are private, but they are necessary for the documentation and solved by the "--document-private-items" flag.
3939
)]
4040

0 commit comments

Comments
 (0)