From 1ca7f521283dac01e56257be139c43a1676e8fb2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 15 Jul 2025 17:20:52 -0700 Subject: [PATCH] adds ome advice --- rust/pspp/src/sys/mod.rs | 2 ++ 1 file changed, 2 insertions(+) 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))] -- 2.30.2