File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ name = "compiler_builtins"
4
4
version = " 0.1.19"
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
7
- repository = " https://github.com/rust-lang-nursery /compiler-builtins"
8
- homepage = " https://github.com/rust-lang-nursery /compiler-builtins"
7
+ repository = " https://github.com/rust-lang/compiler-builtins"
8
+ homepage = " https://github.com/rust-lang/compiler-builtins"
9
9
documentation = " https://docs.rs/compiler_builtins"
10
10
description = """
11
11
Compiler intrinsics used by the Rust compiler. Also available for other targets
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ building:
19
19
``` toml
20
20
# Cargo.toml
21
21
[dependencies ]
22
- compiler_builtins = { git = " https://github.com/rust-lang-nursery /compiler-builtins" }
22
+ compiler_builtins = { git = " https://github.com/rust-lang/compiler-builtins" }
23
23
```
24
24
25
25
``` rust
@@ -40,11 +40,11 @@ implementation as well for unimplemented intrinsics:
40
40
41
41
``` toml
42
42
[dependencies .compiler_builtins ]
43
- git = " https://github.com/rust-lang-nursery /compiler-builtins"
43
+ git = " https://github.com/rust-lang/compiler-builtins"
44
44
features = [" c" ]
45
45
```
46
46
47
- [ an issue ] : https://github.com/rust-lang-nursery /compiler-builtins/issues
47
+ [ an issue ] : https://github.com/rust-lang/compiler-builtins/issues
48
48
49
49
## Contributing
50
50
@@ -61,8 +61,8 @@ features = ["c"]
61
61
62
62
[ 1 ] : https://github.com/rust-lang/compiler-rt/tree/8598065bd965d9713bfafb6c1e766d63a7b17b89/test/builtins/Unit
63
63
[ 2 ] : https://github.com/rust-lang/compiler-rt/tree/8598065bd965d9713bfafb6c1e766d63a7b17b89/lib/builtins
64
- [ 3 ] : https://github.com/rust-lang-nursery /compiler-builtins/blob/0ba07e49264a54cb5bbd4856fcea083bb3fbec15/build.rs#L180-L265
65
- [ 4 ] : https://travis-ci.org/rust-lang-nursery /compiler-builtins
64
+ [ 3 ] : https://github.com/rust-lang/compiler-builtins/blob/0ba07e49264a54cb5bbd4856fcea083bb3fbec15/build.rs#L180-L265
65
+ [ 4 ] : https://travis-ci.org/rust-lang/compiler-builtins
66
66
67
67
### Porting Reminders
68
68
You can’t perform that action at this time.
0 commit comments