summaryrefslogtreecommitdiff
path: root/src/codegen/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen/mod.rs')
-rw-r--r--src/codegen/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codegen/mod.rs b/src/codegen/mod.rs
index 1c87d14f..05e16a5b 100644
--- a/src/codegen/mod.rs
+++ b/src/codegen/mod.rs
@@ -1601,7 +1601,7 @@ impl CodeGenerator for CompInfo {
// is making the struct 1-byte sized.
//
// This is apparently not the case for C, see:
- // https://github.com/servo/rust-bindgen/issues/551
+ // https://github.com/rust-lang-nursery/rust-bindgen/issues/551
//
// Just get the layout, and assume C++ if not.
//
@@ -1703,7 +1703,7 @@ impl CodeGenerator for CompInfo {
)
};
- // FIXME when [issue #465](https://github.com/servo/rust-bindgen/issues/465) ready
+ // FIXME when [issue #465](https://github.com/rust-lang-nursery/rust-bindgen/issues/465) ready
let too_many_base_vtables = self.base_members()
.iter()
.filter(|base| {