You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtime/fireface: add static lifetime for trait local variable
This commit suppresses the following warning reported by rustc version 1.75.
warning: `&` without an explicit lifetime name cannot be used here
...
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #115010 <rust-lang/rust#115010>
= note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
help: use the `'static` lifetime
Signed-off-by: Takashi Sakamoto <[email protected]>
0 commit comments