Skip to content

Commit

Permalink
[Fix] fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: csh <[email protected]>
  • Loading branch information
L-jasmine committed May 27, 2024
1 parent 04c4fe1 commit 85569e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions crates/wasmedge-sys/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,7 @@ impl Executor {
///
/// # Arguments
///
/// * `store` - The [store](crate::Store), in which the [module](crate::Module) to be instantiated
/// is stored.
/// * `store` - The [store](crate::Store), in which the [module](crate::Module) to be instantiated is stored.
///
/// * `ast_mod` - The target [module](crate::Module) to be instantiated.
///
Expand Down
3 changes: 1 addition & 2 deletions crates/wasmedge-sys/src/instance/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ impl Memory {
///
/// * `offset` - The data start offset in the [Memory].
///
/// * `len` - The requested data length. If the size of `offset` + `len` is larger
/// than the data size in the [Memory]
/// * `len` - The requested data length. If the size of `offset` + `len` is larger than the data size in the [Memory]
///
///
/// # Errors
Expand Down

0 comments on commit 85569e1

Please sign in to comment.