From eedf11ae8897083ba4d5f64e6bce38f4e19cd8e2 Mon Sep 17 00:00:00 2001
From: veetaha <veetaha2@gmail.com>
Date: Sun, 10 May 2020 19:24:06 +0300
Subject: Add example with const in TypeBound as per flodiebold

---
 crates/ra_syntax/src/ast/generated/nodes.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'crates/ra_syntax')

diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs
index c0f27a0f7..a8360dfef 100644
--- a/crates/ra_syntax/src/ast/generated/nodes.rs
+++ b/crates/ra_syntax/src/ast/generated/nodes.rs
@@ -1971,7 +1971,7 @@ impl LifetimeParam {
 /// where
 ///     T: ❰ Send ❱ + ❰ Sync ❱
 /// {
-///     type Baz: ❰ !Sync ❱ + ❰ Debug ❱;
+///     type Baz: ❰ !Sync ❱ + ❰ Debug ❱ + ❰ ?const Add ❱;
 /// }
 /// ```
 ///
-- 
cgit v1.2.3