Skip to content

Commit 4da8789

Browse files
committed
F
1 parent 89d21ef commit 4da8789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run:
1010
name: Update rustc
1111
command: |
12-
rustup target add wasm32-unknown-unknown
12+
rustup target add wasm32-unknown-unknown --toolchain nightly
1313
rustup component add rustfmt-preview
1414
rustup update
1515
rustup install nightly

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ pub fn returndata_size() -> usize {
540540

541541
/// Halts execution, reverts all changes to the state and consumes all gas.
542542
pub fn abort() -> ! {
543-
/// TODO: use assembly block with `unreachable`
543+
// TODO: use assembly block with `unreachable`
544544
panic!()
545545
}
546546

0 commit comments

Comments
 (0)