diff --git a/drops/src/lib.rs b/drops/src/lib.rs index c7c76d0..2b1eb67 100644 --- a/drops/src/lib.rs +++ b/drops/src/lib.rs @@ -139,6 +139,7 @@ pub struct StandardDropTable { } impl StandardDropTable { + #[warn(clippy::new_ret_no_self)] pub fn new(episode: Episode, difficulty: Difficulty, section_id: SectionID) -> Box { let monster_stats: HashMap = load_data_file(episode, difficulty, section_id, "monster_dar.toml");