We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5dbb4 commit b298c58Copy full SHA for b298c58
compiler-builtins/Cargo.toml
@@ -12,17 +12,17 @@ description = """
12
Compiler intrinsics used by the Rust compiler. Also available for other targets
13
if necessary!
14
"""
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
-# ]
+include = [
+ '/Cargo.toml',
+ '/build.rs',
+ '/configure.rs',
+ '/src/*',
+ # '/examples/*',
+ '../LICENSE.txt',
+ '../README.md',
+ '../compiler-rt/*',
+ 'libm/src/math/*',
+]
26
links = 'compiler-rt'
27
28
[lib]
compiler-builtins/src/libm
0 commit comments