Revert “Adjust for nightly rustfmt bug”

367ad5bbb2

https://github.com/rust-lang/rustfmt/issues/4528
is now fixed.
This commit is contained in:
Berkus Decker 2020-11-19 04:08:32 +02:00
parent d85d824bfd
commit b4205f5ce6
1 changed files with 1 additions and 1 deletions

View File

@ -41,8 +41,8 @@ macro_rules! entry {
/// Totally unsafe! We're in the hardware land.
#[link_section = ".text.boot"]
unsafe fn reset() -> ! {
// Boundaries of the .bss section, provided by the linker script
extern "C" {
// Boundaries of the .bss section, provided by the linker script
static mut __BSS_START: u64;
static mut __BSS_END: u64;
}