@@ -484,7 +484,7 @@ impl Builder {
484
484
/// implement some processing on comments to work around issues as described
485
485
/// in:
486
486
///
487
- /// https://github.com/servo /rust-bindgen/issues/426
487
+ /// https://github.com/rust-lang-nursery /rust-bindgen/issues/426
488
488
pub fn generate_comments ( mut self , doit : bool ) -> Self {
489
489
self . options . generate_comments = doit;
490
490
self
@@ -513,7 +513,7 @@ impl Builder {
513
513
/// However, some old libclang versions seem to return incorrect results in
514
514
/// some cases for non-mangled functions, see [1], so we allow disabling it.
515
515
///
516
- /// [1]: https://github.com/servo /rust-bindgen/issues/528
516
+ /// [1]: https://github.com/rust-lang-nursery /rust-bindgen/issues/528
517
517
pub fn trust_clang_mangling ( mut self , doit : bool ) -> Self {
518
518
self . options . enable_mangling = doit;
519
519
self
@@ -1038,7 +1038,7 @@ pub struct BindgenOptions {
1038
1038
/// However, some old libclang versions seem to return incorrect results in
1039
1039
/// some cases for non-mangled functions, see [1], so we allow disabling it.
1040
1040
///
1041
- /// [1]: https://github.com/servo /rust-bindgen/issues/528
1041
+ /// [1]: https://github.com/rust-lang-nursery /rust-bindgen/issues/528
1042
1042
pub enable_mangling : bool ,
1043
1043
1044
1044
/// Whether to prepend the enum name to bitfield or constant variants.
0 commit comments