Skip to content

Commit e245c48

Browse files
committed
---
yaml --- r: 33095 b: refs/heads/dist-snap c: f5dfd9b h: refs/heads/master i: 33093: 67a8e0b 33091: eaf82ae 33087: 40c8f47 v: v3
1 parent b5d4ef9 commit e245c48

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
10-
refs/heads/dist-snap: 4155a60c75fbfe322207e99b7bd541bedf088ada
10+
refs/heads/dist-snap: f5dfd9b3ce5dd6fbe567ba07e89c70a4db2c4cd4
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/dist-snap/doc/tutorial.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -487,17 +487,10 @@ const MY_VECTORY_PASSWORD: [int * 5] = [1, 2, 3, 4, 5];
487487
const MY_STRINGY_PASSWORD: &static/str = "12345";
488488
489489
// Structs
490-
struct Password {
491-
value: int
492-
}
493-
490+
struct Password { value: int }
494491
const MY_STRUCTY_PASSWORD: Password = Password { value: MY_PASSWORD };
495492
~~~
496493

497-
> ***Note:*** Support for compile-time constants and constant
498-
> evaluation is essentially added 'as needed'. You may find that
499-
> things you expect to work do not.
500-
501494
## Operators
502495

503496
Rust's set of operators contains very few surprises. Arithmetic is done with

0 commit comments

Comments
 (0)