Skip to content

Commit

Permalink
Make target crates no_std (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton authored Apr 27, 2022
1 parent 4f37b3c commit 7c9c6b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/targets/aarch64_msvc/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@

#![no_std]
2 changes: 1 addition & 1 deletion crates/targets/i686_gnu/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@

#![no_std]
2 changes: 1 addition & 1 deletion crates/targets/i686_msvc/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@

#![no_std]
2 changes: 1 addition & 1 deletion crates/targets/x86_64_gnu/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@

#![no_std]
2 changes: 1 addition & 1 deletion crates/targets/x86_64_msvc/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@

#![no_std]

0 comments on commit 7c9c6b7

Please sign in to comment.