Skip to content

Commit b298c58

Browse files
committed
submodules
1 parent 3a5dbb4 commit b298c58

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

compiler-builtins/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ description = """
1212
Compiler intrinsics used by the Rust compiler. Also available for other targets
1313
if necessary!
1414
"""
15-
# include = [
16-
# '/Cargo.toml',
17-
# '/build.rs',
18-
# '/configure.rs',
19-
# '/src/*',
20-
# # '/examples/*',
21-
# '../LICENSE.txt',
22-
# '../README.md',
23-
# '../compiler-rt/*',
24-
# '../libm/src/math/*',
25-
# ]
15+
include = [
16+
'/Cargo.toml',
17+
'/build.rs',
18+
'/configure.rs',
19+
'/src/*',
20+
# '/examples/*',
21+
'../LICENSE.txt',
22+
'../README.md',
23+
'../compiler-rt/*',
24+
'libm/src/math/*',
25+
]
2626
links = 'compiler-rt'
2727

2828
[lib]

compiler-builtins/src/libm

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)