Skip to content

Commit

Permalink
rust: adapt to constless ncplane_contents() #1490
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed May 31, 2021
1 parent 5ffaf05 commit 4e3d233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/plane/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ impl NcPlane {
///
/// *C style function: [ncplane_contents()][crate::ncplane_contents].*
pub fn contents(
&self,
&mut self,
beg_y: NcDim,
beg_x: NcDim,
len_y: NcDim,
Expand Down

0 comments on commit 4e3d233

Please sign in to comment.