Skip to content

Commit 5406d66

Browse files
committed
remove 'just'
1 parent 81e9962 commit 5406d66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/platforms/rust/guides/actix-web/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The Sentry SDK offers a middleware for the [Actix Web](https://actix.rs/) framew
1010

1111
## Install
1212

13-
To add Sentry with the Actix Web integration to your Rust project, just add a new dependency to your `Cargo.toml`:
13+
To add Sentry with the Actix Web integration to your Rust project, add a new dependency to your `Cargo.toml`:
1414

15-
```toml {filename:Cargo.toml}
15+
```toml {filename:Cargo.toml}
1616
[dependencies]
1717
actix-web = "4.11.0"
1818
sentry = { version = "{{@inject packages.version('sentry.rust') }}", features = ["actix"] }

docs/platforms/rust/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Using a framework? Check out the other SDKs we support in the left-hand dropdown
2121

2222
## Install
2323

24-
To add Sentry to your Rust project, just add a new dependency to your `Cargo.toml`:
24+
To add Sentry to your Rust project, add a new dependency to your `Cargo.toml`:
2525

2626
```toml {filename:Cargo.toml}
2727
[dependencies]

0 commit comments

Comments
 (0)