Skip to content

Commit d8e4b47

Browse files
authored
Merge pull request #1783 from tgross35/libm-builtins
Archive rust-lang/libm, update compiler-builtins
2 parents 5845acd + daca765 commit d8e4b47

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

repos/rust-lang/libm.toml renamed to repos/archive/rust-lang/libm.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description = "A port of MUSL's libm to Rust."
44
bots = []
55

66
[access.teams]
7-
crate-maintainers = 'maintain'
87

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

repos/rust-lang/compiler-builtins.toml

Lines changed: 4 additions & 5 deletions
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)