Skip to content

Commit cc76c3e

Browse files
authored
Add missing README syntax highlighting (#509)
1 parent 8f814b3 commit cc76c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ application will now have the C files `foo.c` and `bar.c` compiled into a file
3939
named libfoo.a. You can call the functions in Rust by declaring functions in
4040
your Rust code like so:
4141

42-
```
42+
```rust,no_run
4343
extern {
4444
fn foo_function();
4545
fn bar_function();

0 commit comments

Comments
 (0)