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
uefi: Fix unused-unsafe warning depending on enabled features
If neither the logger nor global_allocator features is enabled, the unsafe block
here would generated a warning because there was no code in it. Split into two
blocks and gate the blocks behind cfgs to solve this.
0 commit comments