diff options
author | Kevaundray Wedderburn <[email protected]> | 2021-01-06 20:15:48 +0000 |
---|---|---|
committer | Kevaundray Wedderburn <[email protected]> | 2021-01-07 12:09:23 +0000 |
commit | 72b9a4fbd3c12f3250b9157a1d44230e04ec8b22 (patch) | |
tree | c138363e3592c690d841aeedb9ac97d6b2ff4396 /docs | |
parent | 171c3c08fe245938fb25321394233de5fe2abc7c (diff) |
Change <|> to $0 - Rebase
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/style.md b/docs/dev/style.md index 58b309379..d91a9108e 100644 --- a/docs/dev/style.md +++ b/docs/dev/style.md | |||
@@ -111,7 +111,7 @@ When using multiline fixtures, use unindented raw string literals: | |||
111 | r#" | 111 | r#" |
112 | struct S { foo: i32} | 112 | struct S { foo: i32} |
113 | fn main() { | 113 | fn main() { |
114 | let <|>foo = 92; | 114 | let $0foo = 92; |
115 | S { foo } | 115 | S { foo } |
116 | } | 116 | } |
117 | "#, | 117 | "#, |