Fixes all clippy warnings
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -15,11 +15,19 @@ pub use statistic_set::*;
|
||||
#[doc(inline)]
|
||||
pub use statistics::*;
|
||||
|
||||
/// Growth rates define how fast a Pokemon can level up.
|
||||
mod growth_rates;
|
||||
/// Items are objects which the player can pick up, keep in their Bag, and use in some manner
|
||||
mod items;
|
||||
/// The libraries module holds all data storage types.
|
||||
pub(crate) mod libraries;
|
||||
/// Moves are actions Pokemon can take in battle.
|
||||
mod moves;
|
||||
/// Natures give stat boosts to specific stats.
|
||||
mod natures;
|
||||
/// Species data holds base data for species.
|
||||
mod species_data;
|
||||
/// Statistic sets are collection of different statistics that can be used by Pokemon in multiple ways.
|
||||
mod statistic_set;
|
||||
/// Statistics are numerical values on Pokemon that are used in battle.
|
||||
mod statistics;
|
||||
|
||||
Reference in New Issue
Block a user