From 55ab717c4be18009d0eb6910704ed6440a020c32 Mon Sep 17 00:00:00 2001 From: parrrate Date: Fri, 12 Sep 2025 18:33:48 +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)} # }