diff options
-rw-r--r-- | components/derive_common/cg.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/derive_common/cg.rs b/components/derive_common/cg.rs index 7a8fbc24403..13c7b12dff1 100644 --- a/components/derive_common/cg.rs +++ b/components/derive_common/cg.rs @@ -26,7 +26,9 @@ use synstructure::{self, BindStyle, BindingInfo, VariantAst, VariantInfo}; /// /// For example: /// +/// ```ignore /// <T as ToComputedValue>::ComputedValue: Zero, +/// ``` /// /// This needs to run before adding other bounds to the type parameters. pub fn propagate_clauses_to_output_type( |