Fix cargo doc

This commit is contained in:
John Ericson 2026-01-14 15:19:47 -05:00
parent a4ebec56de
commit ab64f87160
7 changed files with 131 additions and 12 deletions

View file

@ -5,7 +5,7 @@
//! and documentation comments that don't always conform to Rust standards.
//!
//! Normally you don't have to use this crate directly.
//! Instead use `nix-store` and `nix-expr`.
//! Instead use `nix-util`.
// This file must only contain generated code, so that the module-level
// #![allow(...)] attributes don't suppress warnings in hand-written code.