Skip to content

Commit df755a1

Browse files
author
Pato Sandaña
committed
fix: rename examples
1 parent d955691 commit df755a1

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ After installing the Rust toolchain, we setup repository-specific tooling:
4747

4848
1. Execute `just build` to build the workspace. Verify that the build is successful.
4949
1. Execute `just test` to execute all tests in the workspace. Verify that all tests pass.
50-
1. Validate that debugging works by opening `crates/tick/examples/basic.rs` and pressing the `Debug` link that appears above `main()`. This should successfully launch the example app under the debugger.
50+
1. Validate that debugging works by opening `crates/tick/examples/tick_basic.rs` and pressing the `Debug` link that appears above `main()`. This should successfully launch the example app under the debugger.
5151

5252
# Linux (WSL) environment setup
5353

@@ -110,7 +110,7 @@ Validate the setup by executing the following tasks from the task palette (F1):
110110
1. `Tasks: Run Build Task`
111111
1. `Tasks: Run Test Task`
112112

113-
Validate that debugging works by opening `crates/tick/examples/basic.rs` and pressing the `Debug` link that appears above `main()`. This should successfully launch the example app under the debugger.
113+
Validate that debugging works by opening `crates/tick/examples/tick_basic.rs` and pressing the `Debug` link that appears above `main()`. This should successfully launch the example app under the debugger.
114114

115115
# Before submitting a pull request
116116

crates/multitude/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ name = "gungraun_drop"
9595
harness = false
9696

9797
[[example]]
98-
name = "basic"
98+
name = "multitude_basic"
9999

100100
[[example]]
101101
name = "strings"
File renamed without changes.

crates/tick/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tokio = { workspace = true, features = ["time", "rt", "macros", "rt-multi-thread
7272
workspace = true
7373

7474
[[example]]
75-
name = "basic"
75+
name = "tick_basic"
7676
required-features = ["tokio", "fmt"]
7777

7878
[[example]]

0 commit comments

Comments
 (0)