Skip to content

Commit f0693ec

Browse files
author
Jakub Bukaj
committed
---
yaml --- r: 159182 b: refs/heads/snap-stage3 c: 3ee9f0d h: refs/heads/master v: v3
1 parent e6ef0d2 commit f0693ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 40fb87d40f681f5356af42175fc7b85da387f037
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: b22afe9ee7ce89ac9f82fe315f09e49d9d8ceef8
4+
refs/heads/snap-stage3: 3ee9f0df5482c4a99092e553c51e3c108cc850af
55
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustdoc/stability_summary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use std::num::Zero;
1919
use syntax::attr::{Deprecated, Experimental, Unstable, Stable, Frozen, Locked};
2020
use syntax::ast::Public;
2121

22-
use clean::{Crate, Item, ModuleItem, Module, StructItem, Struct, EnumItem, Enum};
22+
use clean::{Crate, Item, ModuleItem, Module, EnumItem, Enum};
2323
use clean::{ImplItem, Impl, Trait, TraitItem, TraitMethod, ProvidedMethod, RequiredMethod};
2424
use clean::{TypeTraitItem, ViewItemItem, PrimitiveItem, Stability};
2525

branches/snap-stage3/src/libstd/io/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ mod tests {
11901190
Path::new("/dev/null")
11911191
};
11921192

1193-
let mut fdes = match fs::open(&path, Truncate, Write) {
1193+
let fdes = match fs::open(&path, Truncate, Write) {
11941194
Ok(f) => f,
11951195
Err(_) => panic!("failed to open file descriptor"),
11961196
};

0 commit comments

Comments
 (0)