about summary refs log tree commit diff
path: root/library/std/src/sys/sync/mutex/itron.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-06-20 05:04:30 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-06-20 09:23:20 +1000
commit665821cb606076bcf159c47e3e8e72a14fa512e3 (patch)
treedb964362cf069b4524672435bc689844377ff0c8 /library/std/src/sys/sync/mutex/itron.rs
parent09006d6a88019b80f7158f1a5f754a358751d7f1 (diff)
downloadrust-665821cb606076bcf159c47e3e8e72a14fa512e3.tar.gz
rust-665821cb606076bcf159c47e3e8e72a14fa512e3.zip
Add blank lines after module-level `//!` comments.
Most modules have such a blank line, but some don't. Inserting the blank
line makes it clearer that the `//!` comments are describing the entire
module, rather than the `use` declaration(s) that immediately follows.
Diffstat (limited to 'library/std/src/sys/sync/mutex/itron.rs')
-rw-r--r--library/std/src/sys/sync/mutex/itron.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/sync/mutex/itron.rs b/library/std/src/sys/sync/mutex/itron.rs
index a134eb2d1be..4ba32a8fbcd 100644
--- a/library/std/src/sys/sync/mutex/itron.rs
+++ b/library/std/src/sys/sync/mutex/itron.rs
@@ -1,5 +1,6 @@
 //! Mutex implementation backed by μITRON mutexes. Assumes `acre_mtx` and
 //! `TA_INHERIT` are available.
+
 use crate::sys::pal::itron::{
     abi,
     error::{expect_success, expect_success_aborting, fail, ItronError},