Skip to content

Commit

Permalink
Rollup merge of rust-lang#93005 - GuillaumeGomez:templates-in-html, r…
Browse files Browse the repository at this point in the history
…=notriddle

Move back templates into html folder

Follow-up of rust-lang#92526.

r? `@notriddle`
  • Loading branch information
matthiaskrgr committed Jan 19, 2022
2 parents bcb093e + 48f5dca commit 623791d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ dependencies = [
"nom",
"proc-macro2",
"quote",
"serde",
"syn",
"toml",
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion src/librustdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ path = "lib.rs"

[dependencies]
arrayvec = { version = "0.7", default-features = false }
askama = { version = "0.11", default-features = false }
askama = { version = "0.11", default-features = false, features = ["config"] }
atty = "0.2"
pulldown-cmark = { version = "0.9", default-features = false }
minifier = "0.0.41"
Expand Down
2 changes: 2 additions & 0 deletions src/librustdoc/askama.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[general]
dirs = ["html/templates"]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 623791d

Please sign in to comment.