File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: aa1d4ef55a1f544c245f0ef163a3292dbbb9393a
2
+ refs/heads/master: 75afcffc2ffdbac1d0a837d8407ae5720dce9631
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: eae327032c775813eeb101233a4f7df24eab0a6a
5
5
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ export PYTHONPATH := $(PYTHONPATH):$$(S)src/gyp/pylib
178
178
179
179
$$(LIBUV_MAKEFILE_$(1 ) _$(2 ) ) :
180
180
(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 \
182
182
-Goutput_dir=$$(@D ) --generator-output $$(@D ) )
183
183
184
184
# XXX: Shouldn't need platform-specific conditions here
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ pub trait Repr<T> {
49
49
/// struct representation. This can be used to read/write different values
50
50
/// for the struct. This is a safe method because by default it does not
51
51
/// give write-access to the struct returned.
52
- #[ inline]
53
52
fn repr ( & self ) -> T { unsafe { cast:: transmute_copy ( self ) } }
54
53
}
55
54
You can’t perform that action at this time.
0 commit comments