Skip to content

Commit 9b7f195

Browse files
committed
Improve comment
1 parent ec5ca48 commit 9b7f195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/html.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use tera::Context;
77
/// Given a rustdoc HTML page and a context to serialize it with,
88
/// render the `rustdoc/` templates with the `html`.
99
/// The output is an HTML page which has not yet been UTF-8 validated.
10+
/// In practice, the output should always be valid UTF-8.
1011
pub(crate) fn rewrite_lol(
1112
html: &[u8],
1213
max_allowed_memory_usage: usize,

0 commit comments

Comments
 (0)