File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2338,8 +2338,8 @@ pub trait Itertools: Iterator {
23382338 /// # Panics
23392339 /// When the formatter helper is formatted more than once.
23402340 ///
2341- /// ⚠ This can happen unexpectedly and be hard to debug if used in
2342- /// _macros of some logging frameworks_ like ` tracing`! ⚠
2341+ /// <div class="warning"> This can happen unexpectedly and be hard to debug if used in
2342+ /// <i>macros of some logging frameworks</i> like <code> tracing</code>!</div>
23432343 ///
23442344 /// ```should_panic
23452345 /// # macro_rules! tracing_info {
@@ -2393,8 +2393,8 @@ pub trait Itertools: Iterator {
23932393 /// # Panics
23942394 /// When the formatter helper is formatted more than once.
23952395 ///
2396- /// ⚠ This can happen unexpectedly and be hard to debug if used in
2397- /// _macros of some logging frameworks_ like ` tracing`! ⚠
2396+ /// <div class="warning"> This can happen unexpectedly and be hard to debug if used in
2397+ /// <i>macros of some logging frameworks</i> like <code> tracing</code>!</div>
23982398 ///
23992399 /// ```should_panic
24002400 /// # macro_rules! tracing_info {
You can’t perform that action at this time.
0 commit comments