From: Ben Pfaff Date: Wed, 16 Jul 2025 00:20:52 +0000 (-0700) Subject: adds ome advice X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca7f521283dac01e56257be139c43a1676e8fb2;p=pspp adds ome advice --- diff --git a/rust/pspp/src/sys/mod.rs b/rust/pspp/src/sys/mod.rs index e99770fdce..94e063fcf1 100644 --- a/rust/pspp/src/sys/mod.rs +++ b/rust/pspp/src/sys/mod.rs @@ -21,6 +21,8 @@ //! evolved greatly over that time to support new features, but in a way to //! facilitate interchange between even the oldest and newest versions of //! software. +//! +//! To read a system file in the simplest way, use [ReaderOptions]. // Warn about missing docs, but not for items declared with `#[cfg(test)]`. #![cfg_attr(not(test), warn(missing_docs))]