rustyscreeps / screeps-game-api

Typed bindings to the Screeps in-game API for WASM Rust AIs
MIT License
139 stars 45 forks source link

add `RESOURCES_ALL` constant and `StoreObject::resource_types` #499

Closed asquared31415 closed 8 months ago

asquared31415 commented 8 months ago

Nightly clippy is going to continue to fail because of the addition of empty_doc_comment, which apparently interacts poorly with #[wasm_bindgen]: https://github.com/rust-lang/rust-clippy/issues/12377