diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-12-10 07:28:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-10 07:28:36 -0500 |
commit | 698758e06fe00b756e37842f41f6c42d450f5ed8 (patch) | |
tree | fe483969b33c2966e35651b0b6f4501f3008ab54 | |
parent | ef0ccb3308d5f858ab99201e22298f46ca40324b (diff) | |
parent | 7b08af4726278ef6d31f75f6687ad7c2805b2d24 (diff) |
Merge pull request #1462 from royb3/patch-1. r=emilio
User-guide link update on docs.rs
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ //! //! See the [`Builder`](./struct.Builder.html) struct for usage. //! -//! See the [Users Guide](https://rust-lang-nursery.github.io/rust-bindgen/) for +//! See the [Users Guide](https://rust-lang.github.io/rust-bindgen/) for //! additional documentation. #![deny(missing_docs)] #![deny(warnings)] |