Skip to content

Commit 1f011fa

Browse files
committed
style: rename crates to kebab case
1 parent e025b37 commit 1f011fa

File tree

462 files changed

+158
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

462 files changed

+158
-158
lines changed

Cargo.lock

Lines changed: 82 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
members = ["xtask/", "lib/*", "crates/*"]
3-
exclude = ["crates/proc_macro_test/imp"]
3+
exclude = ["crates/proc-macro-test/imp"]
44

55
[profile.dev]
66
# Disabling debug info speeds up builds a bunch,

crates/base_db/Cargo.toml renamed to crates/base-db/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "base_db"
2+
name = "base-db"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
@@ -18,5 +18,5 @@ stdx = { path = "../stdx", version = "0.0.0" }
1818
cfg = { path = "../cfg", version = "0.0.0" }
1919
profile = { path = "../profile", version = "0.0.0" }
2020
tt = { path = "../tt", version = "0.0.0" }
21-
test_utils = { path = "../test_utils", version = "0.0.0" }
21+
test-utils = { path = "../test-utils", version = "0.0.0" }
2222
vfs = { path = "../vfs", version = "0.0.0" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

crates/hir_def/Cargo.toml renamed to crates/hir-def/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "hir_def"
2+
name = "hir-def"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
@@ -29,15 +29,15 @@ arrayvec = "0.7.2"
2929
la-arena = { version = "0.3.0", path = "../../lib/arena" }
3030

3131
stdx = { path = "../stdx", version = "0.0.0" }
32-
base_db = { path = "../base_db", version = "0.0.0" }
32+
base-db = { path = "../base-db", version = "0.0.0" }
3333
syntax = { path = "../syntax", version = "0.0.0" }
3434
profile = { path = "../profile", version = "0.0.0" }
35-
hir_expand = { path = "../hir_expand", version = "0.0.0" }
35+
hir-expand = { path = "../hir-expand", version = "0.0.0" }
3636
mbe = { path = "../mbe", version = "0.0.0" }
3737
cfg = { path = "../cfg", version = "0.0.0" }
3838
tt = { path = "../tt", version = "0.0.0" }
3939
limit = { path = "../limit", version = "0.0.0" }
4040

4141
[dev-dependencies]
42-
test_utils = { path = "../test_utils" }
42+
test-utils = { path = "../test-utils" }
4343
expect-test = "1.2.2"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)