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 2
2
refs/heads/master: ba9fa89bfb4aae53db93e9ecac31807af96356fc
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 54ae2800ffb30513f89ce13d27ac3c8d095d98ac
5
- refs/heads/try: aa1d4ef55a1f544c245f0ef163a3292dbbb9393a
5
+ refs/heads/try: 75afcffc2ffdbac1d0a837d8407ae5720dce9631
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
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