Skip to content

Commit

Permalink
Also use crate for Module.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed Apr 29, 2020
1 parent 150a430 commit 61aee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/src/exports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub trait Exportable<'a>: Sized {
/// This function is used when providedd the [`Extern`] as exportable, so it
/// can be used while instantiating the [`Module`].
///
/// [`Module`]: wasmer_runtime::Module
/// [`Module`]: crate::Module
fn to_export(&self) -> Export;

/// Implementation of how to get the export corresponding to the implementing type
Expand Down

0 comments on commit 61aee6c

Please sign in to comment.