Skip to content

Commit d3abeaf

Browse files
committed
Move README.md to compiler-builtins, CONTRIBUTING.md to root
Do this in a commit so git tracks the move; a new README will be introduced in the root, and CONTRIBUTING will be updated to apply to both crates.
1 parent 85b1bdb commit d3abeaf

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

compiler-builtins/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ include = [
1818
'/configure.rs',
1919
'/src/*',
2020
'../LICENSE.txt',
21-
'../README.md',
2221
'../compiler-rt/*',
22+
'README.md',
2323
'libm/src/math/*',
2424
]
2525
links = 'compiler-rt'
File renamed without changes.

0 commit comments

Comments
 (0)