Skip to content

Commit df96c73

Browse files
"Warning div" instead of emoji "⚠"
Markdown can not be used inside it. It renders well in the documentation and in my IDE (Sublime Text: orange text).
1 parent c3f335b commit df96c73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

+4-4
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)