fix tidy
This commit is contained in:
parent
e7b62be96b
commit
7b0377c716
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
//! Targets the ARMv5TE, with code as `a32` code by default.
|
//! Targets the ARMv5TE, with code as `a32` code by default.
|
||||||
|
|
||||||
use crate::spec::{
|
use crate::spec::{cvs, LinkerFlavor, LldFlavor, PanicStrategy, RelocModel, Target, TargetOptions};
|
||||||
cvs, LinkerFlavor, LldFlavor, PanicStrategy, RelocModel, Target, TargetOptions
|
|
||||||
};
|
|
||||||
|
|
||||||
pub fn target() -> Target {
|
pub fn target() -> Target {
|
||||||
Target {
|
Target {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue