tidy demands this whitespace go away

This commit is contained in:
Lokathor 2022-07-14 00:03:59 -06:00 committed by GitHub
parent 0e78c73b74
commit 26e07879be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ pub fn target() -> Target {
// minimum extra features, these cannot be disabled via -C
features: "+soft-float,+strict-align".into(),
panic_strategy: PanicStrategy::Abort,
relocation_model: RelocModel::Static,
// suggested from thumb_base, rust-lang/rust#44993.