Skip to content

Commit

Permalink
update language comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-bousfield committed Mar 28, 2023
1 parent 4270d8a commit be6de5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/langs/rust/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern "C" {
return_data_len: *mut usize,
) -> u8;

/// Reverts if a call has never happened
/// A noop when there's never been a call
fn read_return_data(dest: *mut u8);
}

Expand Down
3 changes: 3 additions & 0 deletions arbitrator/langs/rust/src/util.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro/blob/master/LICENSE

use std::{
array::TryFromSliceError,
borrow::Borrow,
Expand Down

0 comments on commit be6de5d

Please sign in to comment.