From 144e8a38669c874464624e4d27f418eb02f29eff Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 5 Jul 2023 16:36:47 -0700 Subject: [PATCH] style-guide: Fix example to match the rule it exemplifies (and match rustfmt) An example immediately following "Put each bound on its own line." did not put each bound on its own line. --- src/doc/style-guide/src/items.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/style-guide/src/items.md b/src/doc/style-guide/src/items.md index 1e7a88065b5..6e5ea335e6a 100644 --- a/src/doc/style-guide/src/items.md +++ b/src/doc/style-guide/src/items.md @@ -369,7 +369,8 @@ where + Index, Output = Self::Output> + Index, Output = Self::Output> + Index, Output = Self::Output> - + Index, Output = Self::Output> + Index, + + Index, Output = Self::Output> + + Index, ``` ### Type aliases