From 27fd9aad17d52de6016bdf37adfe69d221367a09 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 13 Jul 2025 14:15:55 -0700 Subject: [PATCH] cleanup --- rust/pspp/src/macros.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/pspp/src/macros.rs b/rust/pspp/src/macros.rs index 7ec1c9ea1b..c5d9c9e94f 100644 --- a/rust/pspp/src/macros.rs +++ b/rust/pspp/src/macros.rs @@ -1157,14 +1157,14 @@ impl Expander<'_> { /// Parses one function argument from `input`. Each argument to a macro /// function is one of: /// - /// - A quoted string or other single literal token. + /// - A quoted string or other single literal token. /// - /// - An argument to the macro being expanded, e.g. `!1` or a named - /// argument. + /// - An argument to the macro being expanded, e.g. `!1` or a named + /// argument. /// - /// - `!*`. + /// - `!*`. /// - /// - A function invocation. + /// - A function invocation. /// /// Each function invocation yields a character sequence to be turned into a /// sequence of tokens. The case where that character sequence is a single -- 2.30.2