Skip to content

Commit d97271d

Browse files
committed
manifest
1 parent 67e7405 commit d97271d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
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]

0 commit comments

Comments
 (0)