We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba149d8 commit 07e0965Copy full SHA for 07e0965
src/web/extractors/rustdoc.rs
@@ -17,8 +17,8 @@ use itertools::Itertools as _;
17
use serde::Deserialize;
18
use std::borrow::Cow;
19
20
-static INDEX_HTML: &str = "index.html";
21
-static FOLDER_AND_INDEX_HTML: &str = "/index.html";
+const INDEX_HTML: &str = "index.html";
+const FOLDER_AND_INDEX_HTML: &str = "/index.html";
22
23
#[derive(Clone, Debug, PartialEq)]
24
pub(crate) enum PageKind {
0 commit comments