about summary refs log tree commit diff
path: root/library/core/src/str/count.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/str/count.rs')
-rw-r--r--library/core/src/str/count.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/str/count.rs b/library/core/src/str/count.rs
index d8667864fe5..b5d7aaf05d4 100644
--- a/library/core/src/str/count.rs
+++ b/library/core/src/str/count.rs
@@ -17,6 +17,7 @@
 //! Note: Because the term "leading byte" can sometimes be ambiguous (for
 //! example, it could also refer to the first byte of a slice), we'll often use
 //! the term "non-continuation byte" to refer to these bytes in the code.
+
 use core::intrinsics::unlikely;
 
 const USIZE_SIZE: usize = core::mem::size_of::<usize>();