diff --git a/src/lib.rs b/src/lib.rs
index 592b59deb..146beb32a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2338,8 +2338,8 @@ pub trait Itertools: Iterator {
/// # Panics
/// When the formatter helper is formatted more than once.
///
- /// ⚠ This can happen unexpectedly and be hard to debug if used in
- /// _macros of some logging frameworks_ like `tracing`! ⚠
+ ///
This can happen unexpectedly and be hard to debug if used in
+ /// macros of some logging frameworks like tracing
!
///
/// ```should_panic
/// # macro_rules! tracing_info {
@@ -2393,8 +2393,8 @@ pub trait Itertools: Iterator {
/// # Panics
/// When the formatter helper is formatted more than once.
///
- /// ⚠ This can happen unexpectedly and be hard to debug if used in
- /// _macros of some logging frameworks_ like `tracing`! ⚠
+ /// This can happen unexpectedly and be hard to debug if used in
+ /// macros of some logging frameworks like tracing
!
///
/// ```should_panic
/// # macro_rules! tracing_info {