diff --git a/Configurations.md b/Configurations.md index aaf6d813320..b02514c965b 100644 --- a/Configurations.md +++ b/Configurations.md @@ -928,8 +928,8 @@ where #### `true`: ```rust -impl<T> Lorem for T where - Option<T>: Ipsum { +impl<T> Lorem for T +where Option<T>: Ipsum { ... } ```