From 84448b4d22657cffe1f9c9d644183e11e21bdef3 Mon Sep 17 00:00:00 2001 From: Ulrich Hornung Date: Fri, 12 Jan 2024 22:18:48 +0100 Subject: [PATCH] fix doc --- src/uu/env/src/split_iterator.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/env/src/split_iterator.rs b/src/uu/env/src/split_iterator.rs index af5c07b18c0..c5ff8a86a79 100644 --- a/src/uu/env/src/split_iterator.rs +++ b/src/uu/env/src/split_iterator.rs @@ -11,9 +11,9 @@ //! Even though it looks quite like a POSIX syntax, the original //! "shell_words" implementation had to be adapted significantly. //! -//! Apart from the grammar differences, there is a new feature integrated: $VARIABLE expansion by subst crate. +//! Apart from the grammar differences, there is a new feature integrated: $VARIABLE expansion. //! -//! [GNU env] https://www.gnu.org/software/coreutils/manual/html_node/env-invocation.html#g_t_002dS_002f_002d_002dsplit_002dstring-syntax +//! [GNU env] #![forbid(unsafe_code)]