Skip to content

Commit 217585d

Browse files
committed
chore: Delegate [lints] in Cargo.toml of all packages to the workspace
1 parent 60f01fd commit 217585d

File tree

25 files changed

+75
-0
lines changed

25 files changed

+75
-0
lines changed

core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[dependencies]
1114
linkme = { version = "0.3", optional = true }
1215
byteorder = "1.5"

core/build_playerglobal/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[dependencies]
1114
convert_case = "0.6.0"
1215
proc-macro2 = "1.0.73"

core/macros/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[lib]
1114
proc-macro = true
1215

desktop/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[dependencies]
1114
clap = { version = "4.4.12", features = ["derive"] }
1215
cpal = "0.15.2"

exporter/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[dependencies]
1114
clap = { version = "4.4.12", features = ["derive"] }
1215
futures = "0.3"

render/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[dependencies]
1114
ruffle_wstr = { path = "../wstr" }
1215
swf = { path = "../swf"}

render/canvas/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[dependencies]
1114
js-sys = "0.3.66"
1215
log = "0.4"

render/naga-agal/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[dependencies]
1114
bitflags = "2.4.1"
1215
naga = { workspace = true }

render/naga-pixelbender/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[dependencies]
1114
ruffle_render = { path = "../" }
1215
naga = { workspace = true }

render/webgl/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license.workspace = true
77
repository.workspace = true
88
version.workspace = true
99

10+
[lints]
11+
workspace = true
12+
1013
[dependencies]
1114
js-sys = "0.3.66"
1215
log = "0.4"

0 commit comments

Comments
 (0)