Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f84c2e

Browse files
authored
Merge pull request#20 from unicode-rs/rm-builtins
Remove compiler_builtins
2 parents90bd26b +790dc02 commit1f84c2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ]
2020
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2121

2222
[features]
23-
rustc-dep-of-std = ['std','core','compiler_builtins']
23+
rustc-dep-of-std = ['std','core']
2424
bench = []
2525

2626
[dependencies]
2727
std = {version ="1.0",package ="rustc-std-workspace-std",optional =true }
2828
core = {version ="1.0",package ="rustc-std-workspace-core",optional =true }
29-
compiler_builtins = {version ="0.1",optional =true }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp