Skip to content

Commit f1419ec

Browse files
committed
---
yaml --- r: 79549 b: refs/heads/master c: 75afcff h: refs/heads/master i: 79547: d6a880b v: v3
1 parent 24b7f0a commit f1419ec

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: aa1d4ef55a1f544c245f0ef163a3292dbbb9393a
2+
refs/heads/master: 75afcffc2ffdbac1d0a837d8407ae5720dce9631
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eae327032c775813eeb101233a4f7df24eab0a6a
55
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4

trunk/mk/rt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export PYTHONPATH := $(PYTHONPATH):$$(S)src/gyp/pylib
178178

179179
$$(LIBUV_MAKEFILE_$(1)_$(2)):
180180
(cd $(S)src/libuv/ && \
181-
./gyp_uv -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) -D ninja \
181+
$$(CFG_PYTHON) ./gyp_uv -f make -Dtarget_arch=$$(LIBUV_ARCH_$(1)) -D ninja \
182182
-Goutput_dir=$$(@D) --generator-output $$(@D))
183183

184184
# XXX: Shouldn't need platform-specific conditions here

trunk/src/libstd/unstable/raw.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ pub trait Repr<T> {
4949
/// struct representation. This can be used to read/write different values
5050
/// for the struct. This is a safe method because by default it does not
5151
/// give write-access to the struct returned.
52-
#[inline]
5352
fn repr(&self) -> T { unsafe { cast::transmute_copy(self) } }
5453
}
5554

0 commit comments

Comments
 (0)