google/comprehensive-rust

Look at mdbook-keeper

Open

#175 aperta il 17 gen 2023

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)Rust (2009 fork)batch import
good first issue

Metriche repository

Star
 (32.954 star)
Metriche merge PR
 (Merge medio 9g 23h) (36 PR mergiate in 30 g)

Descrizione

We currently have a number of code blocks marked with compile_fail: this is often because they depend on third-party crates which aren't available when running mdbook test.

We should look into using https://github.com/tfpk/mdbook-keeper/ to handle testing instead. It explicitly supports using third-party crates in code snippets.

Guida contributor