We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5ca48 commit 9b7f195Copy full SHA for 9b7f195
src/utils/html.rs
@@ -7,6 +7,7 @@ use tera::Context;
7
/// Given a rustdoc HTML page and a context to serialize it with,
8
/// render the `rustdoc/` templates with the `html`.
9
/// 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.
11
pub(crate) fn rewrite_lol(
12
html: &[u8],
13
max_allowed_memory_usage: usize,
0 commit comments