Clippy fixes, additional WASM registration work
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -9,7 +9,7 @@ pub struct PokemonParty {
|
||||
pokemon: Vec<Option<Arc<Pokemon>>>,
|
||||
}
|
||||
|
||||
impl<'own, 'library> PokemonParty {
|
||||
impl PokemonParty {
|
||||
/// Instantiates a party with a set size.
|
||||
pub fn new(size: usize) -> Self {
|
||||
let mut pokemon = Vec::with_capacity(size);
|
||||
|
||||
Reference in New Issue
Block a user