Skip to content

Commit 6acd171

Browse files
committed
---
yaml --- r: 31484 b: refs/heads/dist-snap c: 2df03bf h: refs/heads/master v: v3
1 parent 34d986f commit 6acd171

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
10-
refs/heads/dist-snap: dfbe6976c2b05af7ef7182c14232713467595a11
10+
refs/heads/dist-snap: 2df03bfdca16c23aaa7c3e10a876924edcd18469
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/dist-snap/src/libcore/core.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,16 @@ export ptr;
4949
#[cfg(notest)]
5050
import ops::{const, copy, send, owned};
5151
#[cfg(notest)]
52-
import ops::{add, sub, mul, div, modulo, neg, bitand, bitor, bitxor, shl};
52+
import ops::{add, sub, mul, div, modulo, neg, bitand, bitor, bitxor};
5353
#[cfg(notest)]
54-
import ops::{shr, index};
54+
import ops::{shl, shr, index};
5555

5656
#[cfg(notest)]
5757
export const, copy, send, owned;
5858
#[cfg(notest)]
59-
export add, sub, mul, div, modulo, neg, bitops, index;
59+
export add, sub, mul, div, modulo, neg, bitand, bitor, bitxor;
60+
#[cfg(notest)]
61+
export shl, shr, index;
6062

6163
// Export the log levels as global constants. Higher levels mean
6264
// more-verbosity. Error is the bottom level, default logging level is

0 commit comments

Comments
 (0)