Skip to content

Commit b1e3f83

Browse files
committed
cleanup cargo.toml
1 parent 61e0825 commit b1e3f83

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

compiler-builtins/Cargo.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ include = [
1717
'/build.rs',
1818
'/configure.rs',
1919
'/src/*',
20-
# '/examples/*',
2120
'../LICENSE.txt',
2221
'../README.md',
2322
'../compiler-rt/*',
@@ -71,13 +70,3 @@ rustc-dep-of-std = ['compiler-builtins', 'core']
7170
# This makes certain traits and function specializations public that
7271
# are not normally public but are required by the `testcrate`
7372
public-test-deps = []
74-
75-
# [workspace]
76-
# resolver = "2"
77-
# members = ["testcrate"]
78-
79-
# [profile.release]
80-
# panic = 'abort'
81-
82-
# [profile.dev]
83-
# panic = 'abort'

0 commit comments

Comments
 (0)