From e8125bef21a9af3a6017d75e6bab6cef84a0ca40 Mon Sep 17 00:00:00 2001 From: Fahmi Akbar Wildana Date: Fri, 17 Aug 2018 15:56:44 +0700 Subject: [PATCH] =?UTF-8?q?docs(readme):=20fix=20rust=20syntax=20highlight?= =?UTF-8?q?=20=F0=9F=92=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dear GitHub, why?? 😂 [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ab7184..1557279 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ export default [{ quick usage lib.rs -```rs +```rust #[no_mangle] pub fn add(a: i32, b: i32) -> i32 { a + b @@ -181,7 +181,7 @@ See the test cases and example projects in [fixtures](./test/fixtures) and [exam ### Given this Rust code lib.rs -```rs +```rust #[no_mangle] pub fn add(a: i32, b: i32) -> i32 { a + b