mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
56eb362327
# Objective On nightly there is a warning on a missing lifetime: ```bash warning: `&` without an explicit lifetime name cannot be used here ``` The details are in https://github.com/rust-lang/rust/issues/115010, but the bottom line is that in associated constants elided lifetimes are no longer allowed to be implicitly defined. This fixes the only place where it is missing. ## Solution - Add explicit `'static` lifetime |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |