File tree 1 file changed +4
-4
lines changed
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 {
2338
2338
/// # Panics
2339
2339
/// When the formatter helper is formatted more than once.
2340
2340
///
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>
2343
2343
///
2344
2344
/// ```should_panic
2345
2345
/// # macro_rules! tracing_info {
@@ -2393,8 +2393,8 @@ pub trait Itertools: Iterator {
2393
2393
/// # Panics
2394
2394
/// When the formatter helper is formatted more than once.
2395
2395
///
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>
2398
2398
///
2399
2399
/// ```should_panic
2400
2400
/// # macro_rules! tracing_info {
You can’t perform that action at this time.
0 commit comments