We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855a5cd commit 3f06b5fCopy full SHA for 3f06b5f
src/lib.rs
@@ -59,7 +59,7 @@ impl MRubyCompiler2Context {
59
}
60
61
/// Compiles the given mruby code into mruby bytecode binary
62
- /// Returns the bytecode as a Vec<u8>
+ /// Returns the bytecode as a `Vec<u8>`
63
pub unsafe fn compile(&mut self, code: &str) -> Result<Vec<u8>, MRubyCompiler2Error> {
64
unsafe {
65
let c_code = std::ffi::CString::new(code)
0 commit comments