Skip to content

Commit

Permalink
webapp: Allow modules names same as parent modules (clippy)
Browse files Browse the repository at this point in the history
This is legally used in the views tree
  • Loading branch information
AMDmi3 committed Dec 13, 2024
1 parent 5659728 commit a97cc47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repology-webapp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#![feature(stmt_expr_attributes)]
#![feature(assert_matches)]
#![feature(duration_constructors)]
#![allow(clippy::module_inception)]

mod badges;
mod constants;
Expand Down

0 comments on commit a97cc47

Please sign in to comment.