clippy: apply auto-fixable warnings across workspace (closes #265 partial)
This commit is contained in:
parent
56d0b02c2f
commit
30d82148e0
18 changed files with 83 additions and 102 deletions
|
|
@ -41,7 +41,7 @@ pub const TERMINAL_JS: &str = include_str!("../assets/terminal.js");
|
|||
/// without internet egress (the container itself never fetches it).
|
||||
///
|
||||
/// NB: must be the **UMD** build, not `marked.min.js` / `lib/marked.cjs` —
|
||||
/// those are CommonJS (`exports.parse = …`, no wrapper) and throw
|
||||
/// those are `CommonJS` (`exports.parse = …`, no wrapper) and throw
|
||||
/// `exports is not defined` in a `<script>` tag, leaving `window.marked`
|
||||
/// undefined and markdown silently falling back to raw text (issue #244).
|
||||
pub const MARKED_JS: &str = include_str!("../assets/marked.umd.js");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue