Skip to content

Commit bf0c0e6

Browse files
GiggleLiuclaude
andcommitted
docs: disable playground run button
Rust Playground only supports top 100 crates, so code blocks using problemreductions can't run there. Disable globally. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent af9127e commit bf0c0e6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ level = 1
2020
[output.html.playground]
2121
editable = false
2222
copy-js = true
23+
runnable = false
2324

2425
[output.html.search]
2526
enable = true

docs/src/arch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ MaximumIndependentSet/Weighted # weighted objective
3333

3434
Evaluating a configuration returns both validity and objective value:
3535

36-
```rust,ignore
36+
```rust
3737
let config = vec![1, 0, 1, 0]; // Variable assignments
3838
let result = problem.solution_size(&config);
3939
// result.is_valid: bool

0 commit comments

Comments
 (0)