morpheus_bootloader::tui::distro_downloader::commit_download

Function leak_string

Source
fn leak_string(s: &str) -> &'static str
Expand description

Leak a string so it becomes ’static. Safe to use since we’re about to exit boot services anyway.