Skip to content

Commit fe40e6e

Browse files
Don't mark Rust code snippets as runnable
1 parent 7fb0910 commit fe40e6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ after = ["exercise-linker"]
1818
[output.html]
1919
git-repository-url = "https://github.com/mainmatter/100-exercises-to-learn-rust"
2020

21+
[output.html.playground]
22+
runnable = false
23+
2124
[output.pandoc]
2225
optional = true
2326
hosted-html = "https://rust-exercises.com/100-exercises/"

0 commit comments

Comments
 (0)