Skip to content

Commit a29629b

Browse files
committed
rune: Update docs
1 parent 4f98043 commit a29629b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you want to see detailed diagnostics of your program while it's running,
5757
you can use:
5858

5959
```text
60-
cargo run --bin rune -- run scripts/hello_world.rn --dump-unit --trace --dump-vm
60+
cargo run --bin rune -- run scripts/hello_world.rn --dump --trace
6161
```
6262

6363
See `--help` for more information.

crates/rune-alloc/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
//! <br>
1616
//!
1717
//! The Rune Language, an embeddable dynamic programming language for Rust.
18-
1918
// Quite a few parts copied from the Rust Project under the MIT license.
2019
//
2120
// Copyright 2014-2024 The Rust Project Developers

crates/rune/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you want to see detailed diagnostics of your program while it's running,
5757
you can use:
5858

5959
```text
60-
cargo run --bin rune -- run scripts/hello_world.rn --dump-unit --trace --dump-vm
60+
cargo run --bin rune -- run scripts/hello_world.rn --dump --trace
6161
```
6262

6363
See `--help` for more information.

crates/rune/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
//! you can use:
5858
//!
5959
//! ```text
60-
//! cargo run --bin rune -- run scripts/hello_world.rn --dump-unit --trace --dump-vm
60+
//! cargo run --bin rune -- run scripts/hello_world.rn --dump --trace
6161
//! ```
6262
//!
6363
//! See `--help` for more information.

0 commit comments

Comments
 (0)