Skip to content

Commit 6f7861b

Browse files
authored
Auto merge of #107 - Phaiax:readme-url, r=japaric
Fix url in readme
2 parents 1d18f38 + cbd35de commit 6f7861b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ this crate ends up, as long as it's there):
2020

2121
``` toml
2222
[dependencies]
23-
compiler-builtins = { git = "https://github.com/rustc-lang-nursery/compiler-builtins" }
23+
compiler_builtins = { git = "https://github.com/rust-lang-nursery/compiler-builtins" }
2424
```
2525

2626
If you still get an "undefined reference to $INTRINSIC" error after that change,
@@ -34,8 +34,8 @@ this intrinsic you can temporarily enable a fallback to the actual compiler-rt
3434
implementation as well for unimplemented intrinsics:
3535

3636
```toml
37-
[dependencies.compiler-builtins]
38-
git = "https://github.com/rustc-lang-nursery/compiler-builtins"
37+
[dependencies.compiler_builtins]
38+
git = "https://github.com/rust-lang-nursery/compiler-builtins"
3939
features = ["c"]
4040
```
4141

0 commit comments

Comments
 (0)