Skip to content

Commit

Permalink
Revert “Adjust for nightly rustfmt bug”
Browse files Browse the repository at this point in the history
  • Loading branch information
berkus committed Nov 20, 2020
1 parent d85d824 commit b4205f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucleus/src/arch/aarch64/boot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b4205f5

Please sign in to comment.