aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src
diff options
context:
space:
mode:
authorveetaha <[email protected]>2020-05-10 17:24:06 +0100
committerveetaha <[email protected]>2020-05-10 17:24:06 +0100
commiteedf11ae8897083ba4d5f64e6bce38f4e19cd8e2 (patch)
tree0c937c52f734253ff3c4ce5cd17c08d3e560f596 /crates/ra_syntax/src
parent5707c2d7a6c7fcf65bab5c700f625e29f594721b (diff)
Add example with const in TypeBound as per flodiebold
Diffstat (limited to 'crates/ra_syntax/src')
-rw-r--r--crates/ra_syntax/src/ast/generated/nodes.rs2
1 files changed, 1 insertions, 1 deletions
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 {
1971/// where 1971/// where
1972/// T: ❰ Send ❱ + ❰ Sync ❱ 1972/// T: ❰ Send ❱ + ❰ Sync ❱
1973/// { 1973/// {
1974/// type Baz: ❰ !Sync ❱ + ❰ Debug ❱; 1974/// type Baz: ❰ !Sync ❱ + ❰ Debug ❱ + ❰ ?const Add ❱;
1975/// } 1975/// }
1976/// ``` 1976/// ```
1977/// 1977///