Revert “Adjust for nightly rustfmt bug”
367ad5bbb2
https://github.com/rust-lang/rustfmt/issues/4528
is now fixed.
This commit is contained in:
parent
d85d824bfd
commit
b4205f5ce6
|
@ -41,8 +41,8 @@ macro_rules! entry {
|
||||||
/// Totally unsafe! We're in the hardware land.
|
/// Totally unsafe! We're in the hardware land.
|
||||||
#[link_section = ".text.boot"]
|
#[link_section = ".text.boot"]
|
||||||
unsafe fn reset() -> ! {
|
unsafe fn reset() -> ! {
|
||||||
// Boundaries of the .bss section, provided by the linker script
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
// Boundaries of the .bss section, provided by the linker script
|
||||||
static mut __BSS_START: u64;
|
static mut __BSS_START: u64;
|
||||||
static mut __BSS_END: u64;
|
static mut __BSS_END: u64;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue