[build]
rustflags = [
    "-W", "missing_docs",
]

[tools.clippy]
warn = [
    "missing_docs_in_private_items",
]
