Skip to content

Commit 1ca3bf3

Browse files
committed
Refactor deny.toml
1 parent c8aede0 commit 1ca3bf3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: deny.toml

-12
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ allow-build-scripts = [
3838
{ name = "varisat", version = "=0.2.2" }, # https://docs.rs/crate/varisat/0.2.2/source/build.rs
3939
]
4040

41-
[sources]
42-
allow-git = [
43-
]
44-
4541
[licenses]
4642
allow = [
4743
"0BSD",
@@ -51,12 +47,4 @@ allow = [
5147
"MIT",
5248
"MPL-2.0",
5349
"Unicode-DFS-2016",
54-
55-
"LicenseRef-AtCoderJudgeSystem",
56-
]
57-
clarify = [
58-
# https://github.com/EmbarkStudios/cargo-deny/issues/282
59-
# `main`自体もライセンスを持つことを要求してくるため、ダミーのライセンスを宣言する
60-
# ac-library-rsも`package.private = true`であるため、上記リンクの方法は取れない
61-
{ name = "main", expression = "LicenseRef-AtCoderJudgeSystem", license-files = [] },
6250
]

0 commit comments

Comments
 (0)