Skip to content

Commit

Permalink
readme test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Dec 3, 2024
1 parent 2b7aa50 commit b6deb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions crates/libs/bindgen/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.58"

Generate Rust bindings in a build script as follows:

```rust
```rust,no_run
fn main() {
let args = [
"--out",
Expand All @@ -34,7 +34,7 @@ fn main() {

And then use the bindings as follows:

```rust
```rust,ignore
mod bindings;
fn main() {
Expand Down
15 changes: 0 additions & 15 deletions crates/tests/misc/readme/src/bindings.rs

This file was deleted.

0 comments on commit b6deb8f

Please sign in to comment.