mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 11:33:06 +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 |
||
---|---|---|
.. | ||
blit | ||
bloom | ||
contrast_adaptive_sharpening | ||
core_2d | ||
core_3d | ||
deferred | ||
fullscreen_vertex_shader | ||
fxaa | ||
prepass | ||
skybox | ||
taa | ||
tonemapping | ||
upscaling | ||
clear_color.rs | ||
lib.rs | ||
msaa_writeback.rs |