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 61e0825 commit b1e3f83Copy full SHA for b1e3f83
compiler-builtins/Cargo.toml
@@ -17,7 +17,6 @@ include = [
17
'/build.rs',
18
'/configure.rs',
19
'/src/*',
20
- # '/examples/*',
21
'../LICENSE.txt',
22
'../README.md',
23
'../compiler-rt/*',
@@ -71,13 +70,3 @@ rustc-dep-of-std = ['compiler-builtins', 'core']
71
70
# This makes certain traits and function specializations public that
72
# are not normally public but are required by the `testcrate`
73
public-test-deps = []
74
-
75
-# [workspace]
76
-# resolver = "2"
77
-# members = ["testcrate"]
78
79
-# [profile.release]
80
-# panic = 'abort'
81
82
-# [profile.dev]
83
0 commit comments