Fix broken API doc links (#1020)
Also enable the lint to guarantee they stay un-broken.
This commit is contained in:
@@ -134,6 +134,8 @@ impl Drop for GlobalFrameInfoRegistration {
|
||||
/// Whenever a WebAssembly trap occurs an instance of [`Trap`] is created. Each
|
||||
/// [`Trap`] has a backtrace of the WebAssembly frames that led to the trap, and
|
||||
/// each frame is described by this structure.
|
||||
///
|
||||
/// [`Trap`]: crate::Trap
|
||||
#[derive(Debug)]
|
||||
pub struct FrameInfo {
|
||||
module_name: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user