mdbook-validator 1.2.0

An mdBook preprocessor that validates code blocks using Docker containers
Documentation
1
2
3
4
5
6
7
8
9
# Clippy configuration for mdbook-validator
#
# These settings apply to unit tests (code marked #[cfg(test)] or #[test]).
# Integration tests in tests/ still need #![allow(...)] attributes.

# Allow unwrap/expect/indexing in unit tests
allow-unwrap-in-tests = true
allow-expect-in-tests = true
allow-indexing-slicing-in-tests = true