once again tidy was unhappy
This commit is contained in:
parent
9cf5b2d81c
commit
2eac6f30c8
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@
|
|||
//! The default link script is very likely wrong, so you should use
|
||||
//! `-Clink-arg=-Tmy_script.ld` to override that with a correct linker script.
|
||||
|
||||
use crate::spec::{cvs, LinkerFlavor, FramePointer, PanicStrategy, RelocModel, Target, TargetOptions};
|
||||
use crate::spec::{
|
||||
cvs, FramePointer, LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions,
|
||||
};
|
||||
|
||||
pub fn target() -> Target {
|
||||
Target {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue