mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Fix warning in doc gen
This commit is contained in:
parent
615f8fbc4d
commit
56b0f64d0b
@ -790,7 +790,7 @@ pub mod __rt {
|
||||
/// above. That means if this function is called and referenced we'll pull
|
||||
/// in the object file and link the intrinsics.
|
||||
///
|
||||
/// Note that this is an #[inline] function to remove the function call
|
||||
/// Note that this is an `#[inline]` function to remove the function call
|
||||
/// overhead we inject in functions, but right now it's unclear how to do
|
||||
/// this in a zero-cost fashion. The lowest cost seems to be generating a
|
||||
/// store that can't be optimized away (to a global), which is listed below.
|
||||
|
Loading…
x
Reference in New Issue
Block a user