Skip to content

Commit a492a9e

Browse files
kulpemilio
authored andcommitted
Update some docs that are not changelogs
1 parent d4f786f commit a492a9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void eleven_out_of_ten_majestic_af(Doggo* pupper);
2020
functions and use its types:
2121
2222
```rust
23-
/* automatically generated by rust-bindgen */
23+
/* automatically generated by rust-bindgen 0.99.9 */
2424
2525
#[repr(C)]
2626
pub struct Doggo {
@@ -71,4 +71,4 @@ For more details on how `bindgen` uses `libclang`, see the [`bindgen` users guid
7171

7272
[bindgen-cmdline]: https://rust-lang.github.io/rust-bindgen/command-line-usage.html
7373
[clang-sys-env]: https://github.com/KyleMayes/clang-sys#environment-variables
74-
[bindgen-book-clang]: https://rust-lang.github.io/rust-bindgen/requirements.html#clang
74+
[bindgen-book-clang]: https://rust-lang.github.io/rust-bindgen/requirements.html#clang

book/src/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void cool_function(int i, char c, CoolStruct* cs);
1818
functions and use its types:
1919
2020
```rust
21-
/* automatically generated by rust-bindgen */
21+
/* automatically generated by rust-bindgen 0.99.9 */
2222
2323
#[repr(C)]
2424
pub struct CoolStruct {

0 commit comments

Comments
 (0)