From a97fe9ba20fdcaa7f2ceb47705bdb1b8cc22eed8 Mon Sep 17 00:00:00 2001 From: parrrate Date: Thu, 9 Apr 2026 12:56:15 +0000 Subject: [PATCH] fix anystr hidden --- src/exercises/anystr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exercises/anystr.md b/src/exercises/anystr.md index f102d76..ae187cb 100644 --- a/src/exercises/anystr.md +++ b/src/exercises/anystr.md @@ -29,7 +29,7 @@ Example of what it may allow (solution isn't required to pass these tests, but s # fn ts_ref(t: &Self::T) -> &Self { t } # fn ts_mut(t: &mut Self::T) -> &mut Self { t } # fn ts_move(t: Self::T) -> Self { t } -# } +# } # impl AnyStr for String { # fn provide+Accepts,E=Self,Output=Output>,Output>(accepts:A)->Output{>::accept(accepts)} # }