google/comprehensive-rust

Look at mdbook-keeper

Open

#175 ouverte le 17 janv. 2023

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)Rust (2 009 forks)batch import
good first issue

Métriques du dépôt

Stars
 (32 954 stars)
Métriques de merge PR
 (Merge moyen 9j 23h) (36 PRs mergées en 30 j)

Description

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.

Guide contributeur