Skip to content

Commit daca765

Browse files
committed
Update the compiler-builtins description and URL
Mention libm in the description, and remove the homepage that points to a long-closed issue. Also update quotes to match most other files. Link: rust-lang/compiler-builtins#822
1 parent c373f63 commit daca765

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

repos/rust-lang/compiler-builtins.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
org = 'rust-lang'
2-
name = 'compiler-builtins'
3-
description = 'Porting `compiler-rt` intrinsics to Rust'
4-
homepage = "https://github.com/rust-lang/rust/issues/35437"
1+
org = "rust-lang"
2+
name = "compiler-builtins"
3+
description = "Rust implementations of compiler-rt and libm"
54
bots = []
65

76
[access.teams]
8-
crate-maintainers = 'maintain'
7+
crate-maintainers = "maintain"
98

109
[[branch-protections]]
1110
pattern = "master"

0 commit comments

Comments
 (0)