Skip to content

Commit b9d8d95

Browse files
committed
---
yaml --- r: 183511 b: refs/heads/beta c: bdc730e h: refs/heads/master i: 183509: d9a56eb 183507: 7cd7396 183503: 40ed6ff v: v3
1 parent da66fee commit b9d8d95

File tree

4 files changed

+1
-4
lines changed
  • branches/beta/src
    • librustc/middle/infer/region_inference
    • librustc_trans/trans
    • librustc_typeck/check/method

4 files changed

+1
-4
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: ad2efdc67d871b18cc984eeb0b8d1d9b38daffb7
34+
refs/heads/beta: bdc730e403cc29ae8b29f94320df6fa22ff279f6
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3737
refs/heads/tmp: eb836bf767aa1d8d4cba488a9091cde3c0ab4b2f

branches/beta/src/librustc/middle/infer/region_inference/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ use std::iter::repeat;
3838
use std::u32;
3939
use syntax::ast;
4040

41-
mod doc;
4241
mod graphviz;
4342

4443
// A constraint that influences the inference process.

branches/beta/src/librustc_trans/trans/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ pub use self::common::gensym_name;
1919
#[macro_use]
2020
mod macros;
2121

22-
mod doc;
2322
mod inline;
2423
mod monomorphize;
2524
mod controlflow;

branches/beta/src/librustc_typeck/check/method/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ pub use self::CandidateSource::*;
3232
pub use self::suggest::{report_error, AllTraitsVec};
3333

3434
mod confirm;
35-
mod doc;
3635
mod probe;
3736
mod suggest;
3837

0 commit comments

Comments
 (0)