Skip to content

Commit

Permalink
Documentation link updated. (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjud authored Dec 26, 2021
1 parent ac87c82 commit c515cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{describe::WasmDescribe, JsValue};
/// This trait is automatically implemented for any type imported in a
/// `#[wasm_bindgen]` `extern` block.
///
/// [rfc]: https://github.com/rustwasm/rfcs/pull/2
/// [rfc]: https://github.com/rustwasm/rfcs/blob/master/text/002-wasm-bindgen-inheritance-casting.md
pub trait JsCast
where
Self: AsRef<JsValue> + Into<JsValue>,
Expand Down

0 comments on commit c515cbf

Please sign in to comment.