Skip to content

Commit fe80a82

Browse files
committed
---
yaml --- r: 183791 b: refs/heads/beta c: 3f9b099 h: refs/heads/master i: 183789: c8b981a 183787: 45d78d9 183783: bec6607 183775: 019abcc v: v3
1 parent 3ade420 commit fe80a82

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: 96bea5eb72d397d30f4717ab63cc868f974d453b
34+
refs/heads/beta: 3f9b0999d193bc3ffb40f32d6ace4ad8fc6e828f
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3737
refs/heads/tmp: eb836bf767aa1d8d4cba488a9091cde3c0ab4b2f

branches/beta/src/doc/style/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Rust Guidelines [working title]
1+
% Style Guidelines
22

33
This document collects the emerging principles, conventions, abstractions, and
44
best practices for writing Rust code.
@@ -10,19 +10,6 @@ drive discussion, consensus and adoption.
1010
Whenever feasible, guidelines provide specific examples from Rust's standard
1111
libraries.
1212

13-
For now, you can find a rendered snapshot at
14-
[http://aturon.github.io/](http://aturon.github.io/). After
15-
[some infrastructure work](https://github.com/aturon/rust-guidelines/issues/17), the snapshot will move somewhere more
16-
official.
17-
18-
### Building the document
19-
20-
Like http://rustbyexample.com/, this guidelines document is written in
21-
the [`gitbook`](https://github.com/GitbookIO/gitbook) style. It can be
22-
compiled with a prototype tool,
23-
[`rustbook`](https://github.com/aturon/rust-book) that provides a
24-
minimal subset of `gitbook`'s functionality on top of `rustdoc`.
25-
2613
### Guideline statuses
2714

2815
Every guideline has a status:

0 commit comments

Comments
 (0)