about summary refs log tree commit diff
path: root/library/std/src/sys/pal/sgx
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-07-30 07:21:13 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-07-30 07:25:15 +1000
commit70fcf9e7908cfa3da975a322b4aa533ad67d52ec (patch)
tree112144479dee1f2fe5e55e83fd3b5d3eabc4f6c6 /library/std/src/sys/pal/sgx
parentbd24763aaf32fe92e79491aba05346b570301647 (diff)
downloadrust-70fcf9e7908cfa3da975a322b4aa533ad67d52ec.tar.gz
rust-70fcf9e7908cfa3da975a322b4aa533ad67d52ec.zip
Insert some blank lines.
After things that are immediately followed by a `use` declaration and
look like they might apply to that `use` item but actually don't.
Diffstat (limited to 'library/std/src/sys/pal/sgx')
-rw-r--r--library/std/src/sys/pal/sgx/thread.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/pal/sgx/thread.rs b/library/std/src/sys/pal/sgx/thread.rs
index df65d1cc8fc..cecd53c352c 100644
--- a/library/std/src/sys/pal/sgx/thread.rs
+++ b/library/std/src/sys/pal/sgx/thread.rs
@@ -1,4 +1,5 @@
 #![cfg_attr(test, allow(dead_code))] // why is this necessary?
+
 use super::abi::usercalls;
 use super::unsupported;
 use crate::ffi::CStr;