Skip to content

Commit

Permalink
rune: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jul 27, 2024
1 parent 4f98043 commit a29629b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you want to see detailed diagnostics of your program while it's running,
you can use:

```text
cargo run --bin rune -- run scripts/hello_world.rn --dump-unit --trace --dump-vm
cargo run --bin rune -- run scripts/hello_world.rn --dump --trace
```

See `--help` for more information.
Expand Down
1 change: 0 additions & 1 deletion crates/rune-alloc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
//! <br>
//!
//! The Rune Language, an embeddable dynamic programming language for Rust.

// Quite a few parts copied from the Rust Project under the MIT license.
//
// Copyright 2014-2024 The Rust Project Developers
Expand Down
2 changes: 1 addition & 1 deletion crates/rune/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you want to see detailed diagnostics of your program while it's running,
you can use:

```text
cargo run --bin rune -- run scripts/hello_world.rn --dump-unit --trace --dump-vm
cargo run --bin rune -- run scripts/hello_world.rn --dump --trace
```

See `--help` for more information.
Expand Down
2 changes: 1 addition & 1 deletion crates/rune/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
//! you can use:
//!
//! ```text
//! cargo run --bin rune -- run scripts/hello_world.rn --dump-unit --trace --dump-vm
//! cargo run --bin rune -- run scripts/hello_world.rn --dump --trace
//! ```
//!
//! See `--help` for more information.
Expand Down

0 comments on commit a29629b

Please sign in to comment.